Localize jQuery Date Picker using the Zend Framework
- by Matijs
I am trying to create a datepicker using a different locale than English. According to the jQuery manual I need to add the line:
$("#datepicker").datepicker($.datepicker.regional['fr']);
to $view->jquery()->addOnLoad(). The code is output and runs without any errors, but the month and day names are still in English.
Is there some simpler option or what am I overlooking.