[TYPO3-english] CoolUri + localized page path

Jan Bednarik info at bednarik.org
Sun Mar 15 22:01:58 CET 2009


> I guess it should be sys_language_uid=2

Yep, that's it. The problem is in different sys_language_uid and L 
param. So, you need to change 1 to 2 in:

[globalVar = GP:L = 2]
  #englisch
  config.sys_language_uid = 2
  config.language = en
  config.locale_all = en_EN.UTF8
[global]

<valuemap>
       <parameter>L</parameter>
       <value key="">0</value>
       <value key="en">2</value>
     </valuemap>

and update your language selector to reflect this. CoolUri does not 
support different language parameter to language UID. I guess, it may 
not be that hard to support it, I will think about it.

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list