there are different methods for that, but my prefered one is to create
an array in JS:var monthFr:["Janvier", "Février", "Mars", "Avril",
"Mai", "Juin", "Juillet", "Aout", "Septembre",
"Octobre","Novembre","Décembre"];logInfo("Actual French Month: " +
monthFr[today.getMonth()] );ps: this is because "today" as already get
declared in the past example