The ResX files on android don't seem to be loading on the android app, they work fine on linux and windows but android just only accepts the default culture and doesn't show anything else no matter what language I choose.
What I tried (none of these worked).
(
Resources
Resources
is the locale resource.)
1
Changing Thread Culture.
Resources.Culture = new CultureInfo(_language);Thread.CurrentThread.CurrentCulture = Resources.Culture;Thread.CurrentThread.CurrentUICulture = Resources.Culture;
Resources.Culture = new CultureInfo(_language);Thread.CurrentThread.CurrentCulture = Resources.Culture;Thread.CurrentThread.CurrentUICulture = Resources.Culture;