when calling the following code from an unpackaged app, it throws an error. This is needed to be able to use x:Uid localization in XAML and control the language it picks.
App::App()
{
...
Windows::Globalization::ApplicationLanguages::PrimaryLanguageOverride(...)
...
}
when calling the following code from an unpackaged app, it throws an error. This is needed to be able to use
x:Uidlocalization in XAML and control the language it picks.