支持的Windows Phone语言 [英] Supported Windows Phone languages

查看:98
本文介绍了支持的Windows Phone语言的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在构建Windows Phone应用程序,我的客户给了我他希望将应用程序本地化的语言列表.

问题是Windows Phone不支持其中某些语言,然后我决定查看可用的受支持语言列表.
此处.我注意到Windows Phone有两个OS选项,即7.0和7.1,但是在开发过程中,我不确定如何检查电话在哪个OS上运行,以便我知道要提供给用户的语言列表. />
我想知道如何检查Windows Phone操作系统是7.0还是7.1(我假设他可以满足创建列表后可能出现的更高版本的操作系统)

非常感谢,
Bankole

Hi,

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)

Many thanks,
Bankole

推荐答案

您可以从Environment.OSVersion获取Windows Phone操作系统版本号.这是C#代码:
You can get the Windows Phone Operating System Version number from Environment.OSVersion. Here is C# code:
string OSVersion = Environment.OSVersion.Version.ToString();


这篇关于支持的Windows Phone语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆