Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
133
Localizing "Navigation Pane Options..."
posted

Hi,

Just wondering if there is an issue with localizing that particular item? Localizing of the rest of the navigation pane works as expected, but somehow this particular item does not seem to get localized...

rc.SetCustomizedString("NavigationQuickCustomizeMenu_AddOrRemoveButtons", Common.Localization.Strings.Infragistics_Win_UltraWinExplorerBar_NavigationQuickCustomizeMenu_AddOrRemoveButtons);

rc.SetCustomizedString("NavigationQuickCustomizeMenu_NavigationPaneOptions", Common.Localization.Strings.Infragistics_Win_UltraWinExplorerBar_NavigationQuickCustomizeMenu_NavigationPaneOptions);

rc.SetCustomizedString("NavigationQuickCustomizeMenu_ShowFewerButtons", Common.Localization.Strings.Infragistics_Win_UltraWinExplorerBar_NavigationQuickCustomizeMenu_ShowFewerButtons);

AddOrRemoveButtons, ShowFewerButtons and others get localized just fine, but the NavigationPaneOptions string remains the same :(

Any ideas? 

Parents Reply Children