[Typo3] Getting locallang labels from Typoscript

Daniel Doesburg typo3 at doesburg.biz
Mon Jul 18 17:11:05 CEST 2005


Steven Bagshaw schreef:
> Hi All,

Hi Steven,

> 
> Is it possible to get a locallang value from one of my extensions into
> Typoscript?
> 
> I would have thought it would be easy,

And it's easy!

As an example I drop here a part of my TS:

plugin.tx_arotealoginbox_pi1 {
   _LOCAL_LANG.nl {
     user = gebruiker
     pass = wachtwoord
   }
}

It works for all (most) extensions in a similar way.


Regards,

Daniel



More information about the TYPO3-english mailing list