8

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).

Matthias
  • 3,403
  • 8
  • 37
  • 50

1 Answers1

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