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?
Hello rpasechnikov,
I made a sample to test this, and it seems to be working fine. I have attached the sample.
Is it possible that the string you're setting it to is the same as the default string? For example, if I have the default English value in a Strings.resx file, and then I do not have a localized version in my Strings.ja.resx file, then it will fall back to the English value.
If that is not the problem, could you please let me know what version of our controls you are using so I can test it in that version? I tested with 11.1.1003 (RTM).
Elizabeth AlbertLocalization Engineer
Attached a screenshot.