Hi.
Can you tell me how can I change the title of menu entries that shows up when a user clicks on a QuickAccessToolbar drop-down arrow, on the right of the toolbar?
I would like to translate them from English to some other language(s).
So that, depending on the language settings, it won't show "Show Below the Ribbon" and "Minimize the Ribbon".
I'm using VS2005 Pro and Q2 2008 SP1.
*** EDIT: I just figured it out.
Here:
Can you tell me how can I change the title of menu entries that shows up when a user clicks on a QuickAccessToolbar drop-down arrow, on the right of the toolbar?
I would like to translate them from English to some other language(s).
So that, depending on the language settings, it won't show "Show Below the Ribbon" and "Minimize the Ribbon".
I'm using VS2005 Pro and Q2 2008 SP1.
*** EDIT: I just figured it out.
Here:
RadRibbonBar1.LocalizationSettings.MaximizeRibbonItemText = "Some Text Here..."
Thanks.
Ivan Stambolic