[Typo3] changing locallang for css_styled_content with typoscript

Daniel Doesburg typo3 at doesburg.biz
Wed Jul 27 13:01:53 CEST 2005


Xander Damen schreef:
> I tried:
> tt_content._LOCAL_LANG.nl.label.toTop = Terug
> plugin.tt_content._LOCAL_LANG.nl.label.toTop = Terug
> 


It's not exactly the answer on your question, but the result is similar:

tt_content.stdWrap.innerWrap2 = | <p class="csc-linkToTop"><a 
href="#">Naar boven</a></p>

use it as one line.

Or maybe (not tested) this also works:

plugin.css_styled_content_pi1._LOCAL_LANG.nl.label.toTop = Naar boven


Success,

Daniel



More information about the TYPO3-english mailing list