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
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.
I'm not sure that you understood my problem.
On resources files, the column keys are dynamically. So, everytime that I open my Design View, resources files are updated.
The problem it that only column keys are updated but tehere caption not. So, the resources files are outdated.
How can I solve my problem?
Thank you.