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

Contents
[ ]

まず新しいリソース ファイルcustomtest.resx を追加します。

カスタムリソース

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

上記のコードを実行すると、メニュー項目に次が表示されます。

メニューを表示