カスタムローカリゼーション

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