How to localize for Windows Phone based on OS version
Posted
by
user1477707
on Stack Overflow
See other posts from Stack Overflow
or by user1477707
Published on 2012-06-24T06:01:45Z
Indexed on
2012/06/24
9:15 UTC
Read the original article
Hit count: 145
I'm building a Windows Phone application and my client has given me a list of languages that he would like the App to be localized for.
The problem is that some of those languages are not supported by Windows Phone and I then decided to check out the list of supported langauges which is available here. I noticed that there are two OS option for Windows Phone, i.e. 7.0 and 7.1 but during development I am not sure of how to check for which OS the phone is running so that I know which list of languages to supply to the user.
I'd like to know how to check if the Windows Phone OS is 7.0 or 7.1 (I'm assuming that his caters for later OS versions that might have come after the list was created)
© Stack Overflow or respective owner