[TYPO3-irre] Localizing IRRE records

Georg Ringer news at ringerge.org
Tue Sep 2 07:32:56 CEST 2008


Hi,

my code looks like this but can be a bit different to final code (i use 
a kind of beta, long story)

----
"features" => array (
	"exclude" => 1,
	"label" => "LLL:EXT:xxxxxxx/locallang_db.xml:tx_xxxxxxx_product.features",
	
	"config" => array (
		"type" => "inline",
		"languageMode" => "inherit",
		"appearance" => array (
			"useSortable" => 1,
			"newRecordLinkPosition" => "bottom",
			
		),
		'foreign_field' => 'parentid',
		"foreign_table" => "tx_xxxxxxx_feature",
		"foreign_table_where" => "ORDER BY tx_xxxxxxx_feature.uid",
		"size" => 1,
		"minitems" => 0,
		"maxitems" => 10,

		"behaviour" => array(
				"localizationMode" => "select",
				"localizeChildrenAtParentLocalization" => 1,
		),
		'appearance' => array(
			'showPossibleLocalizationRecords' => 1,
			'showAllLocalizationLink' => 1,
			'showSynchronizationLink' => 1,
		),				
	)
),
----

is your sys folder already translated?

georg


More information about the TYPO3-project-irre mailing list