自定义本地化

Contents
[ ]

示例

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

custom-resource

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

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

show menu