TYPO3: Translate string in PHP code

revision abb628b3f3c3ead0e01d20a1e971d47b82e02162

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.', 'myextname'
);

History