Localizing Popup Calendars
The popup calendars seen on add and editβ screens have a series of files that should be localized for each language. A wide variety of languages have predefined calendars, but should you need to localize a langauge not supplied, follow this procedure:
- Navigate to the web\javascript\zpcal\lang directory within your ExtraView installation
- You will see that the naming convention for the language files is calendar-xx.js where xxβ is the 2 character country code, such as esβ for the Spanish language
- Copy the calendar-en.jsβ file to a file named βcalendar-xx.js, replacing xxβ with the appropriate 2 character country code
- Edit the new file and replace each character string for day names, month names and the tooltips with the appropriate local language equivalents
- Save the file.