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
To get a better idea of what i mean is this menu displayed from the bottom of the UltraExplorerBar:
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.