I\'m trying to use .NET localization in a portable class library for a Xamarin iOS/Android project. I\'ve followed the steps at:
How to use localization in C#
I created a similar solution to the accepted answer but using txt files instead of Resx and nuget ready to go: https://github.com/xleon/I18N-Portable. Blog post here.
Other improvements are:
"anyKey".Translate(); // from anywhereList languages = I18N.Current.Languages;