模拟器在 Windows Phone 中不显示本地化的简体中文文本
虽然我已经创建了简体中文的资源文件AppResources.zh-CH.resx,并且我已将其添加到csproj中支持的区域性中,但中文文本没有显示。相反,当我将语言更改为简体中文时,会显示默认的英文文本。
尽管从 WP 操作系统获取的月份名称等文本以中文显示。
其他语言,如西班牙语和德语,也很有魅力。我已经创建了通用德语和西班牙语(AppResources.de.resx 和 AppResources.es.resx)
我失踪了吗?我需要对中文进行任何其他更改吗?
Although I have created a resource file for simplified chinese AppResources.zh-CH.resx, and i have added it in the supported culture in the csproj, the chinese text is not displayed. Instead the default english text is shown when i change the language to simplified chinese.
Though those text such as the month name which is obtained from the WP OS is shown in chinese.
The other languages such as spanish and german works like a charm. I have created the generic german and spanish( AppResources.de.resx, and AppResources.es.resx)
Am i missing? Do i have to make changes for any other changes for chinese?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在受支持的区域性中输入了错误的(不受支持的)区域性。
请检查以下链接以了解支持的语言和文化.
Your entering the wrong (unsupported) culture for in the supported culture.
Please check the following link for the supported language and culture.