简体   繁体   中英

How to localize for Windows Phone based on OS version

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, ie 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)

Microsoft is closing it's marketplace for devices running Windows Phone 7.0. So you shouldn't need to check if it's a 7.0 device, since your app probably won't be installed on one of those.

Here is an article describing this. http://www.mofonu.com/2012/04/26/windows-phone-marketplace-closing-its-doors-to-devices-not-running-mango/

Check this Windows Phone Team Blog post .

Microsoft already stopped the support for OS 7.0, so you don't need to worry about 7.0. GO ahead with 7.1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM