Developer Network
Developer Network
Developer Network
ProfileText
ProfileText
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
How to retrieve system locale in C#?
Archived Forums A-B
>
Building Windows Store apps with C# or VB (archived)
Question
0
Sign in to vote
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
0
Sign in to vote
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