Translation Datepicker

QuestionsTranslation Datepicker
Chris Doum asked 8 years ago

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
Abu Ghufran answered 8 years ago

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&quot; 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

Chris Doum answered 8 years ago

Thank you

Your Answer

2 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?