自定义本地化
Contents
[
Hide
]
如果我们需要对GridDesktop中的所有菜单/信息提示等进行本地化,我们可以定义资源文件,并使用GridDesktop.SetCustomResourceManager来加载此资源。
示例
首先添加一个新的资源文件:customtest.resx
//suppose your application with name space: myapp
ResourceManager rm = new ResourceManager("myapp.customtest", Assembly.GetExecutingAssembly());
gridDesktop1.SetCustomResourceManager(rm);
执行以上代码后,菜单项显示: