Hello
I have a mobile application which consists of three parts : a general project, an iOS project and an Android project. I can add Resources file to ios and android project (i.e I can select Resource file type from Add->New Item list) but I can't add resx file to my general project (the Resource file type doesn't appear in file types list). I tried to create a simple text file with .resx extension, but the designer class was not created. What is wrong? I would like to localization my application followed by https://mindofai.github.io/Implementing-Localization-with-Xamarin.Forms/ link.
Thank you