Hi,
I set all possible resources (from English to Dutch). However, there are a few places where the old translation is still visible and of which I couldn't find a resource name in the documentation to be customized. See the screenshots below. Do you know how to customize the translations here?
Regards, Henk
Hi Dave,
Yes, this helps!
Hello Garendsen,
I see that Andrew posted an answer to your issue. If his answer worked, please verify it as the answer.
The contents of the generating document messagebox are string resources in the Misc assembly since that is where the UltraPrintDocument is defined. The string resources for generic toolbar parts like the Add or Remove button is part of the UltraToolbarsManager assembly.
http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=WinMisc_Resource_Strings.html
http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=WinToolbarsManager_Resource_Strings.html
Since each assembly has its own Customizer instance, please make sure that you update the appropriate Customizer instance (i.e. check the namespace from which you are accessing the customizer and make sure its correct for the strings you are changing).
http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=Win_Customizing_Assembly_Resource_Strings.html