Hello,
I need to change the 'File' label of the Rubban (see pricture attached). I Use ApplicationFileMenu2010, but I cannot find how to change this label.
I have also serached in the WinToolbarsManager Resource Strings Reference.
Thanks for your help.
Hello Pierre,
Thank you for posting in our forum.
You are on the right way. In order to change the “File” label of the Ribbon you need to set DefaultCaptionForFileMenuButton resource string of UltraWinToolbars. You can use code like this:
ResourceCustomizer rc = Infragistics.Win.UltraWinToolbars.Resources.Customizer;
rc.SetCustomizedString("DefaultCaptionForFileMenuButton", "Your custom string");
Please follow the next link in order to find all WinToolbarsManager resource strings http://help.infragistics.com/Help/Doc/WinForms/2014.2/CLR4.0/html/WinToolbarsManager_Resource_Strings.html
Please let me know if you have any further questions.
Sincerely,
Milko
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hello LIko,
I tried this, but without success. Using ResourceCustomizer works for other lablesand tooltips on my ribbon, but not for the 'File'.
I am sure I got the right spelling of the ResourceCustomizer (DefaultCaptionForFileMenuButton), but without success.
Any idea?
Thank you for your help.
Pierre