Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Localization within Gantt
posted

How can I localize the Column Label "Duration" to "Dauer" in the left pane of m Gantt-View (Infragistics 17 under Win-Forms):

      Infragistics.Shared.ResourceCustomizer rc;
      rc = Infragistics.Win.UltraWinGanttView.Resources.Customizer;
      rc.SetCustomizedString("TaskDialog_lblDuration", "Dauer:");
      rc.SetCustomizedString("ToolTipSettings_Prefix_Duration","Dauer");
      rc.SetCustomizedString("TaskProxy_PropertyDisplayName_Task.Duration", "Dauer");
      rc.SetCustomizedString("ToolTipSettings_DefaultTitle_Summary", "Zusammenfassung");
      rc = Infragistics.Win.UltraWinSchedule.Resources.Customizer;
      rc.SetCustomizedString("RecurrenceDialog_lblOccurrenceDuration_Text", "Dauer");