[TYPO3] realurl - language

Artiom Lunev artiom1st at yahoo.com
Mon Apr 17 13:37:15 CEST 2006


Hi,

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



constant:
plugin.tx_srlanguagemenu_pi1.languagesUidsList = 0,5,6
plugin.tx_srlanguagemenu_pi1.showCurrent = 0
plugin.tx_srlanguagemenu_pi1.showInactive = 0

setup:
#
# language parameter
#
config.linkVars = L
config.uniqueLinkVars = L

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

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

[globalVar = GP:L = 5]
config.sys_language_uid = 5
config.language = fr
config.locale_all = fr_FR

[globalVar = GP:L = 6]
config.sys_language_uid = 6
config.language = jp
config.locale_all = ja_JP
[global]


localconf:
array(
   'GETvar' => 'L',
   'valueMap' => array(
   'en' => '7',
   'en' => '0',
   'fr' => '5',
   'ja' => '6',
  ),
'valueDefault' => 'en',


Regards,
Artiom.



Krystian Szymukowicz wrote:
> Dionisios Fragkopoulos napisał(a):
>> I can't even use the Simulate Static Documents way. Is there a way I 
>> can use Greek? I have searched lists and google and it seems there is 
>> a problem with cyrilic fonts.
> 
> I have a website with 4 languages and one of them is Russian language 
> which belongs to cyrilic group too afaik - and all works ok.
> 
> Two question:
> 1. I must be sure and ask if you can switch between those English and 
> Greek languages without RealUrl and Simulate Static Documents. Does L 
> parameters shows in url when there is no RealUrl and Simulate SD?
> 
> 2. Provide me your TypoScript parts that are connected with 
> multilinguality.
> 
> -- 
> grtz
> Krystian



More information about the TYPO3-english mailing list