How to localize Shortcut names on MenuItems?

How do I get the Shortcut on MenuItems to display in local language, eg Strg+C in German instead of Ctrl+C

I used VS.NET 2003's form design time localization feature but it stayed at Ctrl+C. I programmatically assigned the Shortcut at run time while CurrentUICulture was in German but it still displayed Ctrl+C.

Thanks in advance.



Answer this question

How to localize Shortcut names on MenuItems?

  • ToshibaT1

    Hi!

    I think VS2003 simply do not want to localize shortcuts, they displayed automatically. In VS2005 there is new menu strips, there you can set any text to be displayed as shortcuts.


  • How to localize Shortcut names on MenuItems?