In release DayPilotPro-7.1.2702 it look that the scheduler stays in english.
I put the demo version 7.0.2638.1 back in my bin dir and it gets the set culture from web.config?
Maybe a bug or due to my inexperience?
Greetings
Patrick Keller
Please let me check the issue. It might be related to the new calendar globalization support (DateTimeFormatInfo).
We are having the same issue here for days now. Really looking for a fix. I have tried setting the culture in all different ways. Yet, still no effect at all it always stays in English.
A SP release with a fix will be available later today.
This is a quick workaround (Page_OnLoad):
DayPilotScheduler1.DateTimeFormatInfo = DateTimeFormatInfo.CurrentInfo;
This will use the current culture (set in the .aspx header, web.config, etc.).
The fix is included in 7.1 SP3 release:
http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp3.html