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).
相关问题
- Inheritance impossible in Windows Runtime Componen
- Replacing or recreating a file in Windows 8 RT kee
- Draw waveform from MP3 stream in C# on WinRT
- how to disable caching HTTP GET in metro app, I am
- Windows 8 app (html & Javascript) : alternate way
相关文章
- Show flyout using BottomAppBar
- Get English exception message instead of local lan
- How to remove an element from an IGrouping
- Exception when reading text from the file using Fi
- HttpUtility.HtmlDecode in WinRT
- Building Windows 8 Metro App on Windows 7 with Vis
- Loading Loose Xaml with custom controls on WinRT f
- How do I use INotifyPropertyChanged in WinRT?
It is possible. An example is in the SDK resources. There are different scenarios. Scenario 8 shows how to change language on the fly.