locked
How to retrieve system locale in C#? RRS feed

  • Question

  • Does it is possible to retrieve system locale in Windows store apps using C# code. System locale denotes the Language for non-Unicode programs - which is used when displaying text in programs that do not support Unicode.
    Tuesday, August 20, 2013 4:24 PM

Answers

  • Windows Store apps are all Unicode and shouldn't need this. They can call GetLocaleInfoEx though.
    • Marked as answer by Anne Jing Saturday, August 24, 2013 2:49 PM
    Tuesday, August 20, 2013 5:26 PM
    Moderator