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:
<!-- set the language code -->
<script type="application/javascript">
$(document).ready(function () {
$("#my-calendar").zabuto_calendar({
language: "nl"
});
});
</script>