Language
Currently Web2Cal supports English and French Language. We are actively working on supporting more languages. It is very easy to create a new language support.
Once you have downloaded the package, you will see the following object in web2cal.support.js
Web2CalLanguage_FR={
CLOSE: "Close"
,DAYS:[ "Dimanche", "Lundi","Mardi","Mecredi", "Jeudi" , "Vendredi","Samedi"]
,DAYS_SHORT: [ "Dim","Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"]
,DAYS_SHORT2: [ "Di","Lu", "Ma", "Me", "Je", "Ve", "Sa"]
,MONTHS_SHORT: ["Jan", "Fev","Mar", "Avr","Mai" ,"Jui", "Juil","Aou", "Sep","Oct","Nov","Dec"]
,MONTHS: ["Janvier", "Fevrier","Mars", "Avril","Mai" ,"Juin", "Juillet","Aout", "Septembre","Octobre","Novembre","Decembre"]
,LABEL_MONTH: "Mois"
,LABEL_WEEK: "Semaine"... ..
}
To support a new language, create a copy of the above object, update the values and set the following constant to the newly created Language
Web2Cal.LANG=Web2CalLanguage_EN;
You can help us in translating Web2Cal. If you create a new language file and are willing to share, please email the language support file to This email address is being protected from spambots. You need JavaScript enabled to view it.