I'm using a Ribbon application with a QAT. (UltraToolbars v23.2)I want to translate the text 'Minimize the Ribbon'.
In the document https://www.infragistics.com/help/winforms/wintoolbarsmanager-resource-strings
I find that 'Resource String Name' is RibbonPinButton_Minimize_TooltipText.
I set the translated text as: Infragistics.Win.UltraWinToolbars.Resources.Customizer.SetCustomizedString("RibbonPinButton_Minimize_TooltipText", "This Is NOT Showed"); The text is not displayed. I attached a simple example. ThanksTest_QAT_Resource.zip
Hello,
The correct string is 'MinimizeRibbon' from the same page. Try this:
Infragistics.Win.UltraWinToolbars.Resources.Customizer.SetCustomizedString("MinimizeRibbon", "Showing now");