I'm using TwigTemplateEngine for an Italian website, but I get always English dates for `{{ page.created }}` code.
I installed the Languages Support module, Languages, Italian Language Pack, used `setlocale('LC_TIME', "it_IT")`, `setlocale('LC_TIME', "ita")`, and the various combinations with LC_ALL, but no.
How can I output an Italian date on the page?
Thanks!