We know this feature needs to be documented because it's unclear how
to use this feature. Maybe looking at the localization demo will give
you some hints:
http://jqueryui.com/demos/datepicker/#localization

See Keith Wood's page (he's one of the authors of this plugin)
http://keith-wood.name/datepick.html

Quote:
You need to load the appropriate language package (see list below),
which adds a language set ($.datepick.regional[langCode]) and
automatically sets this language as the default for all datepicker
fields.

<script type="text/javascript" src="jquery.datepick-fr.js"></script>

Thereafter, if desired, you can restore the original language
settings.

$.datepick.setDefaults($.datepick.regional['']);

And then configure the language per datepicker field.

$('#l10nDatepicker').datepick($.datepick.regional['fr']);

On Mar 6, 6:15 pm, Adrian B <[email protected]> wrote:
> I'm trying to find the documentation for the use of the i18n part of
> the datepicker, but I can't find it.
>
> I don't think it's entirely clear how to use it, what files is needed
> and where they are.
>
> In the development-bundle/ui/ there's a folder named i18n that
> contains the i18n files. It seems like these files are not part of the
> jquery-ui-1.7.custom.min.js created by the download tool, right?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to