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")]

你可能感兴趣的:(Window phone7 修改程序语言)