[TYPO3-dev] ViewHelper Translate Labels

Bernd Schönbach bs.newsfeeds at googlemail.com
Fri Dec 30 14:37:58 CET 2011


Hi,

found a solution for that:

I modified the following line in the getOptions function

> $additionalOptions[$key] = $value;

$additionalOptions[$key] = 
Tx_Extbase_Utility_Localization::translate($value, '[extensionname]');

Greetings
Bernd



More information about the TYPO3-dev mailing list