Hi,
I need to change the texts or languaje of the text on the menu (or contextual menu) on control Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar, to be more clear, the text tha i need to change are the ones:
"Show More buttons"
"Show Fewer buttons"
"Navigation Pane Options"
"Add or Remove Buttons"
Where the UltraExplorerBar looks like OutlookNavigationPane.
Any ideas to change this? there is some internationalization for this?
Regards,
Oliver
On the same note, what is the string to localize the "Customize Button" string that pop-up when the mouse hoover over the menu?
To be more clear this is the window i mean before, the "Navigate Pane Options":
Thanks
Don't worry i found how to set it.
Now i want to know if there is some way to change text on the window that open whn you click on "Navigation Pane Options"...any idea?
Ok, that' something to work, but i didn't found how to set that, i have this on the file.designer.cs:
this.uebExamples = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
how to set that for "uebExamples"?
The tokens for those strings are as follows:
NavigationQuickCustomizeMenu_ShowMoreButtonsNavigationQuickCustomizeMenu_ShowFewerButtonsNavigationQuickCustomizeMenu_NavigationPaneOptionsNavigationQuickCustomizeMenu_AddOrRemoveButtons
You can use:Infragistics.Win.UltraWinExplorerBar.Resources.Customizer.SetCustomizedString
to set the value to something different.