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
100
UltraDateTime change Drop Down Calendar Language at Runtime
posted

I cant find out where to change the Language of a Drop Down Calendar of the UltraDateTimeEditor

We are using the :

Thread.CurrentThread.CurrentCulture.Name;

to Set the Language of the Solution and all Controls are reacting on that except of the DropDown.

I'd like to change the Display Layout to the selected Language of the DropDown Calendar!

So the Question is: "Where and how can i do this if my control inherits from UltraDateTimeEditor? Override Something or change some base properties ?"