I have a web application localized with several languages (en, fr, es). My problem is: the DataTimePicker display the calendar with the locale of the system (a French Windows, the month is always written in French) under IE7 (which an English locale is defined).
And under FireFox (with the Quick local switcher plug-in) the calendar is defined with the correct language (the month is in the correct language) How DateTimePicker determines the locale to be use? How I can define the DateTimePicker to use always the browser locale? The problem exists in 2.0.9 and 2.1.0 Regards Arnaud