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
1540
Loicalizable WinGrids
posted

Hello,

On my C# APP I have several Localizable WinGrids. The view resources files containing, per example, the caption of grid's header changes everytime that I change my view. And that's my problem...

The column keys changes but the resource stays the same so there are diffrent captions for the same column deppending of the culture.

How can i solve my probem?

Thank you in advance.

Best regards,

Maria

Parents
No Data
Reply
  • 48586
    posted

    Hello ,

     

    If in your resource files continues  localization strings for your predefined UltraGrid columns , it is expected when you change culture captions to be transated with values from your resx file for the current culture.

    http://msdn.microsoft.com/en-us/library/y99d1cd3%28v=vs.71%29.aspx

     

    If you do not what this to happen, remove your localization string from your resources files.  

     

    Please let me know if you have any further questions or if I am missing something.

Children