[TYPO3-dev] get language labels from random extension
Brian Bendtsen
nightowl at galnet.dk
Mon Sep 10 16:02:37 CEST 2007
Dmitry Dulepov [typo3] skrev:
> Brian Bendtsen wrote:
>> Dmitry Dulepov [typo3] skrev:
>>> includeLLFile('EXT/extkey/lacallang.xml');
>>> $var = $GLOBALS['LANG']->getLL('whatever.key');
>>>
>>> Second is preferable if you need to get many values.
>>>
>> I get this error:
>>
>> PHP Fatal error: Call to a member function includeLLFile() on a
>> non-object
>>
>> Would am I missing?
>
> Shoud be $GLOBALS['LANG']->includeLLFile, sorry.
>
Yeah I figured as much, but I still get the error.
/BB
More information about the TYPO3-dev
mailing list