Simple Events Calendar
« Back
Languages
You can set your own language creating a new javascript file.
This file will have all the labels translated at your language. In the js folder you will find the jquery.dp_calendar-es.js file. This is a pre made language file (Spanish).
You can duplicate this, translate, and save it with other name.
To apply the language, you have to include the script after the jquery.dp_calendar.js script.
For example:
<script type="text/javascript"
src="js/jquery.dp_calendar-es.js"></script>