TYPO3: Translate string in PHP code

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'
);

See https://docs.typo3.org/m/typo3/book-extbasefluid/10.4/en-us/9-CrosscuttingConcerns/1-localizing-and-internationalizing-an-extension.html

Christian Weiske Christian Weiske
owner

History