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) |
|---|---|
| en | English [default value] |
| es | Espanol (Spanish) |
| fr | Francais (French) |
| it | Italiano (Italian) |
| nl | Nederlands (Dutch) |
<!-- set the language code -->
<script type="application/javascript">
$(document).ready(function () {
$("#my-calendar").zabuto_calendar({
language: "nl"
});
});
</script>