1、在程序入口加入代码:
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN");
2、将汉化包放入运行目录下,目录结构如图:
3、运行效果图:
4、汉化包:
http://download.csdn.net/detail/kehaigang29/8845813
本文共 278 字,大约阅读时间需要 1 分钟。
1、在程序入口加入代码:
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN");
2、将汉化包放入运行目录下,目录结构如图:
3、运行效果图:
4、汉化包:
http://download.csdn.net/detail/kehaigang29/8845813
转载于:https://www.cnblogs.com/ManchesterUnitedFootballClub/p/4212078.html