I try to set a default startup language in my Windows Metro app in App.xaml.cs, but I cannot find the place to do it. Usually I set this up using Thread.CurrentCulture in C#, but I cannot locate the Thread namespace. Anything I am missing here?
This works great in Windows8 CP:
Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = "de";
var resourceLoader = new ResourceLoader();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With