[Typo3] Changing multilingual text of an extension

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Sat Nov 5 13:30:05 CET 2005


Sandip Bhattacharya napisał(a):
> I wanted to change the "Go to archive" text in the tt_news extension
> using typoscript only. I found  out from the docs that there is no such
> easy way. I went through the tt_news source instead, and found out that
> it was using the goToArchive string in the locallang.php file. How do I
> change this text using typoscript? I have tried:
>  plugin.tt_news.LOCAL_LANG.default.goToArchive = New text.
> ... and some other combinations. But none of them worked.

hi
try this one
it seems you missed underscore before LOCAL_LANG

plugin.tt_news._LOCAL_LANG.default.goToArchive = New text.


--
grtz
Krystian



More information about the TYPO3-english mailing list