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).
Asked
Active
Viewed 2,119 times
8

Matthias
- 3,403
- 8
- 37
- 50
-
See also http://stackoverflow.com/q/15087075/24874 – Drew Noakes Aug 22 '15 at 18:14
1 Answers
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.

Praveen Vinny
- 2,372
- 6
- 32
- 40

Jaco
- 27
- 1