التعريب المخصص

Contents
[ ]

مثال

أولاً قم بإضافة ملف مورد جديد: customtest.resx

custom-resource

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

بعد تنفيذ الكود أعلاه، يتم عرض عناصر القائمة:

show menu