[Typo3-dev] default language files

Ingo Renner typo3 at ingo-renner.com
Wed Apr 27 23:48:21 CEST 2005


Am Wed, 27 Apr 2005 19:28:25 +0200 (CEST) schrieb Arco:

> Is there a default list of translations in typo3?
> so not every extension has the same simple translations (like ok, cancel, back, previous, next etc)

yes, I guess you mean something like
typo3/sysext/lang/locallang_general.xml

you can acces them f.e. in your tca.php files like

'starttime' => Array (
	'exclude' => 1,	
	'l10n_mode' => 'mergeIfNotBlank',
-->	'label' => 'LLL:EXT:lang/locallang_general.php:LGL.starttime',
	'config' => Array (
		'type' => 'input',
		'size' => '10',
		'max' => '20',
		'eval' => 'datetime',
		'checkbox' => '0',
		'default' => '0'
	)
)

Ingo


-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list