anpassad lokalisering

Contents
[ ]

exempel

börja med att lägga till en ny resursfil: customtest.resx

custom-resource

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

Efter att ovanstående kod har exekverats, kommer menyobjekten att visas:

show menu