How to enable translation of ZendX_JQuery DatePicker? How to set 'regional' option? I tried setJQueryParams and setOptions, but nothing changes.
I do the following in my view script:
$this->jQuery()->addJavaScriptFile(
$this->baseUrl('/scripts/jquery/ui.datepicker-de.js')
);
The file ui.datepicker-de.js should be part of jquery.
Cheers Jan
