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.
Hello Francesco and welcome to our forums!
Could you please let me know where does this "Day" appear, you could also attach a screenshot. And please also let me know what control you are talking about, I am not sure that I understand your exact requirements now.
Hello Francesco,
From the given information I can now assume that you are running our "Appointments" sample. The button you are talking about is not from our control and does not need to be localized, you could just change its 'Text' property by looking at the 'Buttons' collection of the 'Toolbar1' instance.
Hi Boris,
and thank you for your help.
How can I attach an image to this post? When I click the Add image/media button, it asks me for an image url (maybe should I upload it before, somewhere?).
By the way, the control I'm talking about is the UltraWinSchedule, and the button that I would translate is the "Day" button, and it is located on the top of the schedule (placed on a toolbar, close to other buttons named Week, Month).
Thanks!
Francesco