[TYPO3] realurl - language

Dmitry Dulepov typo3 at fm-world.ru
Tue Apr 18 13:03:05 CEST 2006


Hi!

Artiom Lunev wrote:
> I think I have same problem.
> Without realurl menu works ok, when realurl enabled it creates correct
> link to language (example: http://www.domain.com/fr/home.html), but when
> I click on it, it doesn't change the language.
> After the click, on the new page I have a link to japanese like that:
> http://www.domain.com/index.php?id=10en&L=6, and to french like that:
> http://www.domain.com/index.php?id=10en&L=5

These links look wrong. What is "id=10en"?

> config.linkVars = L
> config.uniqueLinkVars = L

No need for the first one. Use only "config.uniqueLinkVars". This is not
a case when "the more -  the better".

> config.sys_language_uid = 0
> config.language = en
> config.locale_all = english
> 
> [globalVar = GP:L = 0]
> config.sys_language_uid = 0
> config.language = en
> config.locale_all = english

Last four lines are useless.


> [globalVar = GP:L = 7]
> config.sys_language_uid = 7
> config.language = en
> config.locale_all = english

??? You already have english with sys_language_id=0. Why do you define
another one? Do you really have two english versions on your site?

> localconf:
> array(
>   'GETvar' => 'L',
>   'valueMap' => array(
>   'en' => '7',
>   'en' => '0',

What is this supposed to mean?

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-english mailing list