but in the news module I want to display the date in the local language :
in EN : "09 March 2009 "
in FR: "09 Mars 2009 "
I try that in "gabarit" :
{if $entry->postdate}
{$entry->postdate|cms_date_format:"%d%B%Y" lang="fr_FR"}
{/if}
Thant in page :
{news number="5" detailpage="news" lang="fr_FR"}
but it always display : "09 March 2009 " !!
I try to empty the cache... but how to put the date in other language? please!
