Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1155
Assembly Ressource string does not work for mdi manager
posted

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

Parents
  • 71886
    Verified Answer
    Offline posted

    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.

Reply Children
No Data