[TYPO3-mvc] Extbase label translator plugin
Stefan Frömken
firma at sfroemken.de
Wed Feb 1 23:30:16 CET 2012
Am 13.01.2012 10:04, schrieb Rayuth You (Yuth):
> Hi list
>
> Using extbase 1.3.0 I got a problem when I wanna get label translator
> from other plugin. I used
> Tx_Extbase_Utility_Localization::translate($key, $myExtKey);
> But What I noticed is $myExtKey because that extension has 4 plugins
> (pi1, pi2, pi3, and pi4).
>
> I wanna get label from pi4, Any body has any hint?
>
> Regards,
> Rayuth
>
You can do this:
Tx_Extbase_Utility_Localization::translate('LLL:EXT:myExt/pi1/locallang.xml:languageKey',
$myExt);
Stefan
More information about the TYPO3-project-typo3v4mvc
mailing list