Change UI culture in WinRT

2020-03-14 02:58发布

问题:

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.