Hi,

Am 03.09.12 19:12, schrieb Markus Klein:
> Hi!
> 
> You could use LocalizationUtility from extbase.
> 

Which just calls
$GLOBALS['TSFE']->sL($key);
or
$GLOBALS['LANG']->sL($key);
if you pass it a complete path, e.g.
LLL:EXT:lang/locallang_general.xml:LGL.error

So this should work:
$GLOBALS['TSFE']->sL('LLL:EXT:lang/locallang_general.xml:LGL.error');

HTH,
Andreas

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to