定制本地化

Contents
[ ]

例子

首先添加一个新的资源文件:customtest.resx

自定义资源

//suppose your application with name space: myapp
   ResourceManager rm = new ResourceManager("myapp.customtest", Assembly.GetExecutingAssembly());
   gridDesktop1.SetCustomResourceManager(rm);

执行上述代码后,菜单项显示:

显示菜单