[TYPO3] Dates in my language
Bas van der Togt
b.vandertogt at profinit.com
Wed Jul 5 15:21:23 CEST 2006
Frederik Mortensen schreef:
> Could someone help me? I need the writting of dates ( in different ext) to
> be written in the language of the site, Danish , and not in english. How can
> that be done???
>
> Fred
>
>
Hi Frederik,
Try this example wich is for the news extension:
config.sys_language_uid = 0
config.language = fr
config.locale_all = fr_FR
plugin.tt_news {
config.language = fr
displayList {
date_stdWrap.strftime = %A, %d %B %Y
time_stdWrap.strftime = %d.%m.%y %H:%M
}
displaySingle {
date_stdWrap.strftime = %d.%m.%y
time_stdWrap.strftime = %H:%M
}
}
Cheers,
Bas
More information about the TYPO3-english
mailing list