[TYPO3] How can i get locallang label value in not current language in FE

Henjo Hoeksma henjohoeksma at gmail.com
Sat Dec 22 20:39:51 CET 2007


On 2007-12-22 12:48:36 +0100, Ivan Gomez Rodriguez <igomez at igalia.com> said:

> Hi,
> 
> I need to get value for a label in a language different from current
> lang. Are any way to do that?
> 
> Thanks in advance,

Hi Ivan,

you can use something like:

plugin.tx_extentionname._LOCAL_LANG {
nl {
label = omschrijving
}
fr {
label = description
}
}

You need to have the languages set up though.

Henjo



More information about the TYPO3-english mailing list