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

Dmitry Dulepov [typo3] dmitry at typo3.org
Wed Sep 10 10:46:49 CEST 2008


Hi!

Sven Jürgens wrote:
> 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?

Not without making some tricks.

-- 
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/


More information about the TYPO3-english mailing list