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
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.
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