Some WinRT type constructors accept IEnumerable<string> languages to try and decide the language choice. For example, there is a Windows.Globalization.NumberFormatting.CurrencyFormatter constructor that uses a list of languages to determine the choice of currency formatting language.
IEnumerable<string>
Windows.Globalization.NumberFormatting.CurrencyFormatter
The only method I know for accessing a custom language is to build a Windows.Globalization.Language object and access the Id property . If the user has set a list of preferred languages, how can I get the complete list in the order of priority that they indicated?
Windows.Globalization.Language
Id
I think you need this property: GlobalizationPreferences.Languages . See the MSDN page in the GlobalizationPreferences class for more information.
GlobalizationPreferences.Languages
Source: https://habr.com/ru/post/1389847/More articles:adb logcat: increase the maximum message length - androidSlow Time - javascriptknockout after Render release in version 2, not obvious in version 1.2.X - domUsing the Run Dialog Using Thread - androidWhy are div templates displayed as ": hidden" in afterRender? - javascriptWhere can I find a working example of how to remotely invoke the OSGi service contained in Eclipse Virgo? - remotingR to bypass the random limit of the RandomForest factor 32 - rAsync CTP - Ambient CancellationToken and IProgress - c #Can I compress this code with an array or loop? - javascriptMongoDB - query with operations with elements of array parameters - arraysAll Articles