I have a problem with the month names in MonthJumper in the Silverstripe Event Calendar. I want the months to display in German. I tried the following code in my _config.php:
i18n :: set_locale ('en_US');
setlocale (LC_ALL, 'de_DE @ euro', 'en_US.UTF-8', 'de_DE', 'de', 'ge', 'eng');
setlocale (LC_TIME, "en_US.UTF-8");
This works perfectly in my local version of the website, but on the live server it does not do anything..the months are still displayed in English. Is this a server problem? What can I do to change this?
Thank you for your help!
I used this Module to accomplish German Dates
https://github.com/richardsjoqvist/silverstripe-localdate
This should help you too