Hello together,
i´m using the ultratoolbarsmanager and i noticed that the contextmenus when i right click on a ribbongroup-tool (e.g. to add a tool to the quickaccesstoolbar) are all in english. is there a possibility to change that in german or something?
regards
Cloud
Hello Cloud,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
Could you please try the following code in order to achieve this:
Infragistics.Shared.ResourceCustomizer rc; rc = Infragistics.Win.UltraWinToolbars.Resources.Customizer; rc.SetCustomizedString("AddToQuickAccessToolbar", "German translation");
Infragistics.Shared.ResourceCustomizer rc;
rc = Infragistics.Win.UltraWinToolbars.Resources.Customizer;
rc.SetCustomizedString("AddToQuickAccessToolbar", "German translation");
Also, the following links might help you in the future:
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=Win_Customizing_Assembly_Resource_Strings.html
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=WinToolbarsManager_Resource_Strings.html
Please feel free to let me know if a question about our toolset comes up on your mind.