asp.net汉化过程总结

1、添加或改动web.config中
 <system.web>
     <globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8"  />
 </system.web>
2、使用editplus或ulteredit或notepad等,所有的.css   .xml   .ascs .aspx文件全部重新保存为utf-8或unicode编码。
  注意不能用dreamweaver mx,我用它一下子就出错。如果有人没有出错,请跟我联系。

3、再汉化aspx和ascs文件。用editplus或vs.net 都可以。

4、调整外观,以符合国人的使用习惯。

就能成功对大部分项目实现汉化。(我正在汉化petshop3.0)

要特别注意第2步

原文地址:https://www.cnblogs.com/fjchenq/p/443407.html