TYPO3: Translate string in PHP code

revision c333d688b02e8f3b04c82f148e931636dac47850

raw

README.rst

Keywords: typo3 php translate languages locallang

Load from Resources/Private/Language/locallang.xlf (and language-specific files like de.locallang.xlf):

$degree = \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate(
    'teammember.degree.foo', 'myextname'
);

History