We launched new forums in March 2019—
join us there
.
In a hurry for help with your website?
Get Help Now!
Back to MODX.com
Forums
Docs
Revo Issues
Blog
My Forums
Add-ons
Community
mxCalendar
Search
Front en language
1,024 Posts
Frank
Reply #1,
12 years, 4 months ago
In MXCalendar 1.1.10 I don t find how to change the front end language. Even if I set context to NL. The manager changes to Dutch, but the front end doesn t. Any tipss
92 Posts
showa26
Reply #2,
12 years, 4 months ago
Hi Frank,
Try this: goto core/components/mxcalendars/model/mxcalendars/mxcalendars.class.php
and add:
setlocale(LC_TIME, 'nl_NL.UTF-8');
before class mxCalendars.