I am using ultraDateTimeEditor of Infragistics Version 6.Through Application I am chaging the Culture by
System.Globalization.CultureInfo ApplicationCulture = new System.Globalization.CultureInfo("de-DE");
System.Threading.Thread.CurrentThread.CurrentCulture = ApplicationCulture;
System.Threading.Thread.CurrentThread.CurrentUICulture = ApplicationCulture;
but This control not showing the dates in culture specific maner . i would like to know whether this control support localization or not if yes then how to set
Yeah maybe.
But only if its possible there too, to display calendar weeks, display an today button (incl. the red circle around the present date) and mark special dates inside the monthCalendar (like holidays and so on)
You might want to consider using UltraCalendarCombo instead of UltraDateTimeEditor. UltraCalendarCombo doesn't rely on the Microsoft MonthCalendar.
From Infragistics Developer Support.
The UltraDateTimeEditor uses Microsoft MonthCalendar as its dropdown calendar. The MonthCalendar doesn't support localization and it is difficult to implement a proper localization support. You can find more information about this in the following thread:
http://ko.infragistics.com/community/forums/t/83519.aspx
Still got the same issues. And still no solution for it?
Setting FormatProvider doesn't work.
The UI of that dropped Down calendar is still depending to current system language, independent what was set to Thread.CurrentCulture
I am having this same issue. Was this ever resolved? I've tried both suggestions in this thread and have not been able to get the UI to localize properly.