MvvmCross localization: switch at runtime
问题 Is there a way to change the current language to another one at runtime ? For example: be able to switch when a button is clicked or when starting the app, get the user language and switch. How to tell the plugin to check the user language at startup ? Thanks in advance for your help. 回答1: Is there a way to change the current language to another one at runtime ? yes, call builder.LoadResources(whichLanguage) on your MvxTextProviderBuilder.cs For example: be able to switch when a button is