[TYPO3-german] Mehrsprachigkeit innerhalb von RealURL

Starck, Jonathan developer at cretection.eu
Tue Dec 22 12:32:00 CET 2015


Hallo,

weiß jemand wie ich folgendes in RealUrl verwirklichen kann?

Ich möchte, dass auf der deutschen Seite es so ist

‚fixedPostVars‘ => array (
	'form' => array(
		array(
			'GETvar' => 'tx_form_form[action]',
			'valueMap' => array(
				'bestaetigung' => 'confirmation',
				'modifizieren' => 'dispatchConfirmationButtonClick',
			),
			'noMatch' => 'bypass'
		),
	),
	'17' => 'form',
),

aber auf der Englischen so:

‚fixedPostVars‘ => array (
	'form' => array(
		array(
			'GETvar' => 'tx_form_form[action]',
			'valueMap' => array(
				‚confirmation' => 'confirmation',
				'modify' => 'dispatchConfirmationButtonClick',
			),
			'noMatch' => 'bypass'
		),
	),
	'17' => 'form',
),


hat das schonmal jemand realisiert?

Viele Grüße

Jonathan 

--
Jonathan Starck || Psycho0verload.de


More information about the TYPO3-german mailing list