You should set a hostname on the root node of you website, with the hostname you also are required to add a language. If you make that language Danish then the calendar will be shown in the Danish locale.Languages are managed in the "Settings" section.
But if it's their controls that crash, you should really ask them why the controls don't work when placed in a Danish locale. The locale is set in the "default .net way", so they would break in other non-umbraco sites as well, seems a bit odd to me.
Start Of Week in DatePicker
Hi there
In a Contour form i have 2 DatePicker's.
How do i set them to use Monday as the start of the week.
So that each week starts with a Monday at the left most position and not with Sunday ?
The server and the browsers are running english languagem, but the users are Danish.
Best regards
Søren Reinke
You should set a hostname on the root node of you website, with the hostname you also are required to add a language. If you make that language Danish then the calendar will be shown in the Danish locale.Languages are managed in the "Settings" section.
Thanks for your answer.
I did as suggested, unfortunatly the website and usercontrol's are made by an external company, and some of it crashes now ;-(
Is there any other way to get the DatePicker to 'talk' danish?
What crashes? Any exceptions you can show?
But if it's their controls that crash, you should really ask them why the controls don't work when placed in a Danish locale. The locale is set in the "default .net way", so they would break in other non-umbraco sites as well, seems a bit odd to me.
Hi Sebastiaan
Thanks for your answer, have been busy so not been able to answer.
Gladly I have the source code for their implementation, so i'll fix the error myself (when i have the time).
Thanks for your help.
Finally I got the time to fix this little problem, by using a 'hack'.
In the masterpages code behind file i added the following code, and the DatePicker has monday as start of week :-)
Try my solution at http://our.umbraco.org/forum/developers/extending-umbraco/8268-Change-date-picker-format-in-Umbraco?p=1#comment166799
is working on a reply...