I am using dockable toolbar and facing issues with localization, I am not able to identify the options to change the text of two builtin commands i-e
Add or Remove Buttons
Reset Toolbar
Is there any way that i can change the text of these commands?
I am using dockable toolbar and facing issues with localization, I am not able to identify the options to change the text of two builtin commands i-e
Add or Remove Buttons
Reset Toolbar
Is there any way that i can change the text of these commands?
Hi Hassan,
Yes, this topic tells you the string resource names that are available, including the ones you need. However the API to call changed since that was posted. You'd now call this at app startup for the Bars string resources:
ActiproSoftware.Products.Bars.SR.SetCustomString(name, value);Please log in to a validated account to post comments.