Hi.
I wonder if its posible to Localize the UltraGanttView?
And if it is, where do i find the Resource String Name.
Thanks for the hlelp.
WinSchedule resource strings are here: http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.1/CLR2.0/html/WinSchedule_Resource_Strings.html
It seems possible that neglected to include the listing for the UltraWinGanttView assembly with the product documentation...I attached a copy herein.
Hi, I've downloaded the trial version of Netadvantage for Windows Form and I'm playing with the UltraWinSchedule sample.
Even if I'm following your guidelines, I can't get the UltraWinSchedule translated with my custom strings. I'm trying to translate the word "Day".
My code is very simple (inside the frmMain_Load):
this.rc = Infragistics.Shared.Resources.Customizer;
this.rc.SetCustomizedString("DayUIElementAccessibleObject_DisplayName", "Giorno");
I can't see the issue (probably I'm using a wrong resource id?).
Thanks in advance.Francesco R.
Thanks for the quick answer.
But I still don't find how to translate from "Task Name" to "Oppgave"
When i go to GridSettings and the to ColumnSettings, i get to the TaskColumnSettings Collection Editor, but even there i cant translate the name in the header.
Sorry for the bad English :-)