MultilingualPlugin icon indicating copy to clipboard operation
MultilingualPlugin copied to clipboard

Needs more documentation

Open Ruud-cb opened this issue 7 years ago • 1 comments

Please add more documentation as I don't understand out of the current documentation how to use this one Xamarin.Android. I installed the plugins, I already have my resx files in a different .NET Standard project and I have set the current device culture:

Language.Resources.Culture = CrossMultilingual.Current.DeviceCultureInfo;

Do I need to use the "TranslateExtension.txt " or is that only for Xamarin.Forms. Now how do I use this in axml (not xaml) design files? How do I use it in the .cs files?

Just very 2 basics steps to show and everyone is happy.

So frustrating when necessary steps cannot be shown while it is dead simple.

Ruud-cb avatar Jan 08 '19 20:01 Ruud-cb

Hi, you can use it; password.Text = AppResources.password;

mikayildivrin avatar Apr 19 '19 09:04 mikayildivrin