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
Creating & Repurposing Content
Ditto
Search
Wrong language in Ditto-Archive
119 Posts
apollo009
Reply #1,
19 years, 7 months ago
Hi,
could anybody tell me how to change the language of the month-identifier in the ditto-archive?
I´m using a german language file but the name of the month on top of the archive is allways english ’February’ instead of ’Februar’
best regards, Alex
1,842 Posts
Perrine
Reply #2,
19 years, 7 months ago
For french site, I put this code in a TV (text) which I call on every page, so that all dates are in french :
@EVAL setlocale(LC_ALL, 'fr_FR.UTF-8');