Hi,
I have the problem that my ressource string for my tab in ultrabbedMDIManager does not get translatet.
I am using Ressource string UltraWinTabbedMdi.Resources.Customizer.MenuItemClose but this does not have any affect.
For other ressources its working fine. I attached a screenshot where its shown. Maybe i use the wrong key but I dont knwo what else I should use.
Any ideas?
Thanks in advance,
Alex
Hi Boris,
when I do it by code its working fine now for me. Thanks
Hello Alex,
The following code sample works fine for me:
ResourceCustomizer rc; rc = Infragistics.Win.UltraWinTabbedMdi.Resources.Customizer; rc.SetCustomizedString("MenuItemClose", "Cls");
Please try it out and let me know if it suits your needs.