Localization of some tooltips in the Docking component

Docking/MDI for WPF Forum

Posted 4 years ago by LONG Philippe
Version: 18.1.0673
Avatar

Hello,

I have localized almost every string in the Docking component using the ActiproSoftware.Products.Docking.SR.SetCustomString API, and everything works fine, except for these 3 tooltips :

- ActiproSoftware.Products.Docking.SRName.UIToolWindowContainerToggleAutoHideButtonToolTip

- ActiproSoftware.Products.Docking.SRName.UIAdvancedTabControlScrollBackwardButtonToolTip

- ActiproSoftware.Products.Docking.SRName.UIAdvancedTabControlScrollForwardButtonToolTip

I have no error, but the custom string is not displayed.

Can you help me ?

Best regards

Philippe

Comments (1)

Posted 4 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Philippe,

I just tested customizing those and they showed up fine in my test.  Please make sure you are setting the custom strings before any UI is ever referenced.  So for instance, in your Application.OnStartup code before you ever do any UI interaction.  It should work then, since some of the localizable strings get pulled when the XAML templates for controls are first loaded.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.