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.