Simple monthly calendar in 3 languages??
-
Hi,
My site is multiligual, en, fr, and de – https://dentaclean.ch/
On each front page I have a link to a form asking for an appointment. To help potential patients, I want to display the current and next month in the RH sidebar. Still haven’t found a way for the latter.
I am using a custom sidebar plugin which allows me a sidebar per language. Trouble is, how can I change the language of the calendar on the fly?? The custom sidebar has the following option “Advanced – Edit custom wrapper code” which allows code berore and after the Title plus before and after the Widget. For my french page I have added the following before the Widget but nothing happens
<?php
setlocale(LC_ALL, ‘fr-CH’);
?>Am I completely missing the point or should I be using some other code??
Thanks
Andrew
- The topic ‘Simple monthly calendar in 3 languages??’ is closed to new replies.