[TYPO3-mvc] Backend Module with localization
Stefan Frömken
firma at sfroemken.de
Tue Jul 24 14:14:31 CEST 2012
Am 18.07.2012 11:38, schrieb Pascal Mächler:
> Hi everyone
>
> I have a question about extbase backend modules. How can I localize any
> data in backend modules?
>
> Thanks and best regards,
> Pascal
First you have to localize in which file the translation is found.
With this information you can override/append your own translation:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:[EXTKEY]/[Path]/locallang_db.xml'][]=
'EXT:[EXTKEY]/[Path]/locallang_db_new.xml';
Stefan
More information about the TYPO3-project-typo3v4mvc
mailing list