Hello World,
I'm using Visual Studio for Mac, to build iOS and Droid Applications
I'm searching an easy way to make internalisation on my Application.
First I try this way https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/localization/
But all *.Designer.cs are not auto generated.
Seems I got some problem with ResXFileCodeGenerator. ("Can only be use with .NET project" => Best Error ever in C#!)
Second I tried this way https://github.com/xleon/I18N-Portable,
but the I18n don't find my Locales folder with all en.txt *.txt
Seems I got problems with ressource files
If you got any idea why I can't make it works
Please help me
If you got any third library that can make my life easier with internationnalisation, like I18n can do when it's working.
Please tell me
Thanks by advance for your answers