custom localization

Contents
[ ]

Example

First, add a new resource file: customtest.resx

custom-resource

// Suppose your application has the namespace: myapp
ResourceManager rm = new ResourceManager("myapp.customtest", Assembly.GetExecutingAssembly());
gridDesktop1.SetCustomResourceManager(rm);

After executing the above code, the menu items show:

show menu