Window phone7 修改程序语言

在项目中Properties文件夹下有个 AssemblyInfo.cs

最后有段代码

// Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")]

 

把[assembly: NeutralResourcesLanguageAttribute("en-US")]

修改为

[assembly: NeutralResourcesLanguageAttribute("zh-CN")]

posted @ 2013-04-24 12:11  天边的星星  阅读(141)  评论(0编辑  收藏  举报