Hi,
I'm having a bad time trying to search how I can change the columns resource strings and didn't find any site that help me. I need to translate the following columns to Portuguese Brazil. Can someone help me?
Thanks
Hello Roger,
We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.
You can download the Service Releases by logging to our web site and going to Account \Keys & Downloads.
https://es.infragistics.com/my-account/keys-and-downloads/
I have contacted with our developers and after further investigations they determined that the localized value should be used instead of the Column key, so I have logged this under ID: 173693 and I have also created a support ticket on your behalf: CAS-138493-G5J5M0 and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads
You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://es.infragistics.com/Membership/MySupport.aspx
I have checked this in the XamGantt source code and it seems like that the value that is passed to the first argument of the string format is static and currently it cannot be localized, so you can log this a new product idea here:
http://ideas.infragistics.com/
Please let me know if you need any further assistance on this.
Hi Stefan,
I do translated the column header, but the message that I got isn't the column header, its the column KEY.. My header column is named 'Duração', the message shows me 'ManualDuration'.
Let me maybe be more clear.
My resources strings are like this:
TaskColumnDisplayName_ManualDuration : Duração
InvalidTextValueForAutoScheduledTask : O campo '{0}' não pode ser setado para o valor de texto ('{1}') para tarefas agendadas automaticamente.
Where the {0} is the column key for some reason.
Thanks for your attention.
Since the resource string your changed used the Column's HeaderText, you should change the header, too. The name of the Duration resource string is "TaskColumnDisplayName_ManualDuration". You are not able to have it in English in the header and on Portuguese in the ,message.