Active Query Builder support area

How to localize SubQuery Structure Bar Caption in arabic, turkish, etc..?

Avatar
  • updated
  • Completed

Hi,

I want to localize SubQuery Structure Bar Caption. I create my localization for Azerbaijan language xml.

Then I set my language but the "SubQuery Structure Bar Caption" change my language when second time.

How to fix this problem?

 

Thank you,

Begüm

 

Avatar
Andrey Zavyalov, PM

Hello, Belkis.

Sorry for the late response. If you use the latest version of the QueryBuilder control, an item for dock panel captions should be present in the localization file.

If you work in the Separated controls mode, you can localize them using the following code:

_propertiesBar.Text = Helpers.Localizer.GetString(nameof(LocalizableConstantsUI.strProperties), LocalizableConstantsUI.strProperties);
_subQueryNavBar.Text = Helpers.Localizer.GetString("strSubQueryStructureBarCaption", LocalizableConstantsUI.strSubQueryStructureBarCaption);

Avatar
Andrey Zavyalov, PM

_propertyBar and _subQueryNavBar are DockPanel objects of the DockManager control.