How do I localize the jQuery UI Datepicker?

For those that still have problems, you have to download the language file your want from here:

https://github.com/jquery/jquery-ui/tree/master/ui/i18n

and then include it in your page like this for example(italian language):

<script type="text/javascript" src="https://stackoverflow.com/scripts/jquery.ui.datepicker-it.js"></script>

then use zilverdistel’s code 😀

Leave a Comment