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
1320
UltraGrid & Localization
posted

Hi,

I've a localized WinForm application (default language + fr-BE).

The translation phase is my very last step in my developement cycle. But sometimes a modification need to be done afterwards. That's the moment the problems are rising.

If I change something in the form not even on the UltraGrid it happends that the ultraGridColumn variables from the .Designer.cs are renamed :

Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("xxx");

becomes

Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("xxx");

This is almost fine since it is also renamed in the default .resx file.

The problem is that it is NOT renamed in the language specific fr-BE.resx file.

So, my translation is DESTROYED.

 

Could you please take a look at this problem since I'm loosing a lot of time with this ?

 

Regards.