1、官方网站下载所需版本汉化包

http://www.devexpress.com/Support/Center/kb/p/A421.aspx

2、解压缩后将文件夹DevExpress.DLL内的zh-CHS文件夹拷贝至工程下并将其包含至工程当中

3、在删除不必要的资源文件后将剩余资源文件的build action属性设置为content ,copy to output directory属性设置为copy if newer

4、在工程中program文件main函数中加入以下代码

Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CHS");

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2022-01-14
  • 2021-04-16
  • 2021-11-11
  • 2021-12-04
猜你喜欢
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-01-18
  • 2022-12-23
相关资源
相似解决方案