[TYPO3-english] Fw:

atul_shin at yahoo.com atul_shin at yahoo.com
Thu Mar 29 13:35:17 CEST 2012


Sent from BlackBerry® on Airtel

-----Original Message-----
From: atul_shin at yahoo.com
Date: Thu, 29 Mar 2012 11:26:31 
To: <typo3-english at lists.typo3.org>
Reply-To: atul_shin at yahoo.com
Hi all,

I am using TYPO3 4.5.2, Real URL - 1.11.2. My requirement for multilingual setup is as follows:-

1. Default language will be German and second one will be for Austria.

2. Austria will have same content like German except few content areas. So I tried following setup which worked for a while and later had problems.

3. The URLs have to be www.example.com/deand www.example.com/de/at/

 The problem is that as soon as I translate any German content to Austria one, the latter shows up even on first setup (ie German setup). When I hide Austria translation the German site shown German content but why I have to hide Austrian version to get German working on German site, is what I am not able to find.

I have setup two language :-1. "German" which is default language and have set up in root page TSCONFIG

2. "Austria" which has language uid = 1

Following TYPOSCRIPT  has been used.

############################################
config.sys_language_overlay = content_fallback
config.sys_language_mode = content_fallback

[globalVar = GP:L =0]config.sys_language_uid = 0
config.language = de
config.locale_all = de_DE

[global]

[globalVar = GP:L = 1]config.language = at
config.locale_all = ae_AE
config.sys_language_uid = 1[global]

############################################
Real URL configuation is as follows
############################################

'preVars' => array( 
       array(     
       'GETvar' => 'no_cache',                        'valueMap' => array(                                'no_cache' => 1,                        ),           
             'noMatch' => 'bypass',
        ),       
  array(
   'GETvar' => 'L',                 'valueMap' => array(                                                                                                      'at' => '1'                                        ),                        'noMatch' => 'bypass',
        ),
),

############################################

Please advise ...
Sent from BlackBerry® on Airtel


More information about the TYPO3-english mailing list