Typo3 Indexed Search Local_Lang path
问题 i am wondering what TS code is needed to set path to my own indexed search local_lang. I changed what i needed in pi1/local_lang but i would like to set it to my own so i can have the edited (Croatian in this case) for future projects. Something like: plugin.tx_indexedsearch.templateFile = fileadmin/search_temp.html but for Local_lang of it? 回答1: with this lines you can overwrite individual translations: plugin.tx_myPlugin_pi1._LOCAL_LANG.de.key = value; plugin.tx_myPlugin_pi1._LOCAL_LANG.en