I can not I got a translation of Datepicker to Hellenic (Greece) lag and directives does not help me, one has any idea;
2 Answers
Refer this faq:
Q) How to change language of datepicker control (localization)?
Add following code in html head, after downloading and setting lang file path. e.g.
<script src="http://jqueryui.com/resources/demos/datepicker/datepicker-ar.js" type="text/javascript"></script>
<script>
$.datepicker.setDefaults( $.datepicker.regional[ "ar" ] );
</script>
All language files can be downloaded from: https://github.com/jquery/jquery-ui/tree/master/ui/i18n
Your Answer