I need to localize the DockableControlPane's DropDownMenu( right click and will show a dropdownmenu), the items contains "Dockable","Hide","Floating","Auto Hide"
How can i change the menuitem's text?
the Second problem:
the Ribbon's Customize QuickAccess Toolbar has a default dropdownMenu, it has two items like
"Show above a Ribbon","Minimize the Ribbon"
I want to localize it or change the items's text ,or do not show that
what can I do?
thank u for your help~~~~~~~
Hello aby913,
Has this issue been addressed?
In Windows Forms, you can change the text of these items by customizing the resources. Please read this article for information on how to do that.
For the DockableControlPane, you'll be customizing strings from the WinDockManager assembly. Please see this page for a table of strings.
For the Ribbon, you'll be customizing strings from the WinToolbars assembly. Please see this page for a table of strings.
Please let me know if you have any other questions about this.
Elizabeth Albert
Localization Engineer