custom localization

Contents
[ ]

example

first add a new resource file: customtest.resx

custom-resource

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

After executing the above code, menu items shows:

show menu