Is it possible to change the UI Culture in WinRT on-the-fly? I've found ApplicationLanguages.PrimaryLanguageOverride = "en";
, but this only works before showing the app UI and not afterwards (e.g. I want to change the UI language through the settings).
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It is possible. An example is in the SDK resources. There are different scenarios. Scenario 8 shows how to change language on the fly.