[TYPO3] It is possible to localize postVarSets in RealUrl ?

Sven Jürgens news at blue-side.com
Wed Sep 10 10:15:19 CEST 2008


Hello List,

i use something like this as Configuration for RealUrl

  'postVarSets' => array(
             '_DEFAULT' => array(
                 // news archive parameters
                 'archive' => array(
                     array(
                         'GETvar' => 'tx_ttnews[year]' ,
                         ),
...
		// news pagebrowser
                 'browse' => array(
                     array(
                         'GETvar' => 'tx_ttnews[pointer]',
                         ),
                     ),
...
(it's from the realUrl_example_setup.txt from tt_news)

in a multilanguage one tree site (with only one domain: example.de/de/ 
example.de/en/) i want use 'browse' in english and 'durchsuchen' in 
german or 'archive' and 'archiv'.  Is that possible?

sorry for my bad english...


More information about the TYPO3-english mailing list