You can customize the language of the calendar in the following way:
language | string | Set the desired language of the calendar. |
---|
The calendar supports these language codes:
de | Deutsch (German) | nl | Nederlands (Dutch) | |
---|---|---|---|---|
en | English [default value] | pt | Portugues (Portuguese) | |
es | Espanol (Spanish) | ru | ру́сский язы́кR (Russian) | |
fr | Francais (French) | se | Svenska (Swedish) | |
it | Italiano (Italian) | tr | Türkçe (Turkish) | |
ar | arabic | ar | عربى (arabic) |
<!-- set the language code -->
<script type="application/javascript">
$(document).ready(function () {
$("#my-calendar").zabuto_calendar({
language: "nl"
});
});
</script>