Rank: Member Groups: Member
Joined: 12/29/2008 Posts: 29
|
Hi, the DatePicker seems to use the language of the web server where the application is hosted for displaying the names of days and month. How to do so that the language of the local machine of the user who is using the application ist used for displaying?
Thanks for Help, Roger
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to set your page to automatically detect user browser's culture. The DatePicker always uses your page's culture for the names of days and month. You can find more details about how to set your page to automatically detects user browser's culture here: http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/default.aspxThanks!
|