özel yerelleştirme

Contents
[ ]

örnek

Öncelikle yeni bir kaynak dosyası ekleyin: customtest.resx

custom-resource

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

Yukarıdaki kodu çalıştırdıktan sonra, menü öğeleri gösterilir:

show menu