I have expression engine set as Italian,but the date is stll in english.
I’ve tried to use setlocale(lc_all ‘it_IT’), that i used many other time in php
but as newbie I on’t know how use it with custom field
Any idea to show date in italian?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 14, 2013 12:27pm
Subscribe [2]#1 / Oct 14, 2013 12:27pm
I have expression engine set as Italian,but the date is stll in english.
I’ve tried to use setlocale(lc_all ‘it_IT’), that i used many other time in php
but as newbie I on’t know how use it with custom field
Any idea to show date in italian?
#2 / Oct 14, 2013 12:46pm
In the expressionengine/language folder you should have a folder for italian. Inside that, in core_lang.php, there is a Date section (line 196 in my editor). Change the entries there and it should change according to your preference.
#3 / Oct 14, 2013 12:48pm
#4 / Oct 14, 2013 1:08pm
Thanks al lot for the superfast response