[TYPO3] override pi_getLL[foo] via TypoScript

Stefan Geith typo3dev at geithware.de
Tue Jan 10 12:55:22 CET 2006


Jo Schneider schrieb:
> Jo Schneider wrote:
> 
> 
>>Hi Folks,
>>
>>wasn't there a possibility to override the local language frontend 
>>output via TypoScript?
>>
>>In the class.tx_myextension_pi1.php there is the code:
>>$marker['###FOOMARKER###'] = $this->pi_getLL("footext");
>>
>>Is the a possibility to override it like this?
>>plugin.tx_myextension.locallang.footext = bla
>> 
>>
> 
> 
> I found it:
> 
> plugin.tx_myextension_pi1._LOCAL_LANG.default.footext = bla
> plugin.tx_myextension_pi1._LOCAL_LANG.de.footext = blubb
> plugin.tx_myextension_pi1._LOCAL_LANG.en.footext = blabla

But this will not work with locallang-identifiers like
    $this->pi_getLL("myestension.admin.footext");

:(

I miss that ...

-

Stefan





More information about the TYPO3-english mailing list