Page 1 of 1
news date in italian
Posted: Thu Nov 16, 2006 12:17 pm
by angelapierri
i 'm trying setting local time (italian) for formatpostdate, but does not work
any suggestion?
i tried to insert a little piece of code example:
setlocale (LC_TIME 'it_it')
where can i put it
Thanks
Re: news date in italian
Posted: Thu Nov 16, 2006 12:33 pm
by cyberman
There's an option to format the date output like
{cms_module module='news' dateformat='%d. %B %Y'}
or currently
{news dateformat='%d. %B %Y'}
Are you meaning this?
Re: news date in italian
Posted: Mon Nov 20, 2006 9:55 am
by angelapierri
i already did it but the problem is where i can set the language of local time
i woulld like the month in italian
11 novembre 2006
not 11 november 2006
thanks
Re: news date in italian
Posted: Mon Nov 20, 2006 10:36 am
by cyberman
Please look at admin panel menu Administrator > Global options. There you can define a default language for frontend. And you can add parameter lang="it_IT" to news module call too.