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.
Hi
I almost localized all string of the UltraGanttView using the strings from http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/WinGanttView_Resource_Strings.html
But I'm still missing a translation for the 'day'-caption within the duration TimeSpanEditor.
I tried the following strings: TimeSpanEditor_DayDisplayString_Singular and TimeSpanEditor_DayDisplayString_Plural
using
Infragistics.Win.UltraWinGanttView.Resources.Customizer.SetCustomizedString( "TimeSpanEditor_DayDisplayString_Singular","tag");Infragistics.Win.UltraWinGanttView.Resources.Customizer.SetCustomizedString( "TimeSpanEditor_DayDisplayString_Plural","tage");
as described in http://ko.infragistics.com/community/forums/t/42481.aspx
but with no effect.
1. Did the keys change from v.2012 to v.2012?
2. Which keys do I have to use to translate Task Dependency Types (Finish-to-Start(FS), ...)
Thanks
Hello хпемк,
After some research, the "Translation for the 'day'-caption in TimeSpan" has been determined to be a new product idea. I have sent your idea directly to our product management team.
Our product team chooses new ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time.
Your reference number for this product idea is PI13040126.
If you would like to follow up on your request at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Is there any news on this idea? (I consider it a bug)
I am looking for a solution, too. And yes, I agree it is a bug...
€:of course, I mean the localisation of the "days", etc string in the duration column...