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
90
Localization support for ultraDateTimeEditor
posted

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

 

Parents Reply Children
No Data