[Typo3] Getting locallang labels from Typoscript

tapio tapio.markula at dnainternet.net
Sun Jul 24 09:46:39 CEST 2005


Daniel Doesburg wrote:
> 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

I tested that with

plugin.fdfx_2cols {
   _LOCAL_LANG.fi {
     tt_content.tx_fdfx2cols_type.I.0 = Normaali
   }
}

Didn't work!



More information about the TYPO3-english mailing list