DevExpress汉化

static class Program
    {
        /// <summary>
        /// 应用程序的主入口点。
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN");//加载汉化资源包
            Application.Run(new MDImain());
        }
    }

再把汉化资源包文件夹“zh-CN”复制到程序运行目录下。

posted on 2015-01-28 16:10  飘海之舟  阅读(102)  评论(0)    收藏  举报