[TYPO3-english] Changing translations in extensions using xml files

Georg Ringer mail at ringerge.org
Wed Sep 7 12:36:42 CEST 2011


Hi,

Am 07.09.2011 11:53, schrieb Sören Kracker:
> So how can you use your own xml files?

create an extension.

ext_localconf.php
--------
	// xml for felogin & co
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['EXT:felogin/pi1/locallang.xml'][] 
= 'EXT:' . $_EXTKEY . '/locallang.xml';

----------

and put everything into your locallang.xml

georg


More information about the TYPO3-english mailing list