[TYPO3-english] locallang_db.xml and FE

Jigal van Hemert jigal at xs4all.nl
Fri Oct 23 21:29:07 CEST 2009


mario wrote:
> I am trying to output into the FE values from locallang_db.xml. 

Have in your main() the line:
$this->pi_loadLL();

Then you can fetch the string with:
$this->pi_getLL('<key_name>', '<alternative_if_not_in_locallang>');

Regards, Jigal.


More information about the TYPO3-english mailing list