I think this may have been overlooked when doing the localization. I think the best you can do is to file it as a bug report on http://issues.umbraco.org/issues
I know it does not solve your issue straight away but this makes the HQ aware of it at least.
I have not had a look at the integration of the datepicker but you probably should finde the danish localization file by googling for it. I found this site http://jquery-ui.googlecode.com/svn/tags/1.6rc5/demos/datepicker/localization.html and you can grab the danish file from viewing the source - but usually it's easier to find.
If you know how to do it an option could perhaps be to add this as a custom datatype where you're using the localized danish version instead? (If you don't have to worry about users of others nationalities).
Localize Datepicker with time, in Umbraco Backend
Hey
I have a Datepicker with time, that I want to localize to the current umbraco user login language
I'm using Umbraco v6.1.3 (Assembly version: 1.0.4954.19342) and primarily I want it to start with monday.
I'm logged on with a danish umbraco user, and set the hostname and language to danish.
But nothing works.
I tried to change
in the umbDateTimePicker.js but that didn't help
I've searched the forum, but didn't find any valid solutions.
Any suggestions would be highly appreciated
Hi Kristoffer
I think this may have been overlooked when doing the localization. I think the best you can do is to file it as a bug report on http://issues.umbraco.org/issues
I know it does not solve your issue straight away but this makes the HQ aware of it at least.
I have not had a look at the integration of the datepicker but you probably should finde the danish localization file by googling for it. I found this site http://jquery-ui.googlecode.com/svn/tags/1.6rc5/demos/datepicker/localization.html and you can grab the danish file from viewing the source - but usually it's easier to find.
If you know how to do it an option could perhaps be to add this as a custom datatype where you're using the localized danish version instead? (If you don't have to worry about users of others nationalities).
Hope this helps.
/Jan
Hey Jan
It is not so much the language but the startdate that is most important
And that seem to work on the demosite as well
Haven't had enough coffee yet....
This issue was pretty stupid, but when you change it local, and test it in production, no wonder it doesn't have an effect :-(
Anyways. Problem solved, by changing and testing in the same solution. Sorry....
In the /umbraco_client/datetimepicker/umbDateTimePicker.js I've added the following.
It will solve the customers needs, since they just want danish in the backend.
is working on a reply...