[TYPO3-english] Langauge menu, diffrent domains

Fabian Fischer dermediamatiker at gmail.com
Wed Jul 29 15:09:20 CEST 2009


Hi there!

I have a multilingual typo3 page with a one page tree concept.
But i have for each language an own domain.

What i want do build is a language switcher that switch the language with
the L parameter and switch the domain too.

Something like this:

<a href="http://www.domain1.ch/pageID/Lang=0">de</a>
<a href="http://www.domain2.ch/pageID/Lang=1">fr</a>
<a href="http://www.domain3.ch/pageID/Lang=2">it</a>

i tried something like this:

tmp.THELINK = COA
tmp.THELINK {

    10 = TEXT
    10.value = fr
    10.typolink {
      extTarget = _self
      parameter.data = TSFE:id
            additionalParams = &L=2
     }
}

but i dont get the domain switch working.

any ideas?

thank you

-- 
---------------------------------------------------------------------
Freundliche Grüsse

Fabian Fischer


More information about the TYPO3-english mailing list