Rank: Newbie Groups: Member
Joined: 5/24/2013 Posts: 3
|
After publishing my solution written in ASP.NET the calendar language appeared to be English, nevertheless working in local host and local IIS7 the language was Italian. I tried settings on the remote IIS7 with no results. Is there anything I could do? Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
The DatePicker gets the culture setting from Thread.CurrentThread.CurrentCulture.DateTimeInfo. So you will want to check your application/page culture setting to find out why the culture on your server is different.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 5/24/2013 Posts: 3
|
Thanks, this was the reason. It's OK
|