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
No Data
Reply
  • 60
    posted

    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.

Children