[TYPO3-english] Doing multilingual site first time, please help

J. Bakshi joydeep at infoservices.in
Tue Nov 11 08:31:08 CET 2008


Andreas Burg wrote:
> Hello J.,
>
> please put your real firstname under your mails.
>   

Hi,

J.Bakshi >>> Joydeep Bakshi

>   > *Localization settings:
>   
>> *    Hide default translation of page  < it is unchecked>
>>     Hide page if no translation for current language exists   < it is
>> unchecked>
>>
>> I think these two option has noting to do with the requirement of
>> multilingual pages.
>>     
>
> this just does, what it says.
>
>   
>> And If I go to commarce--> category I can see localization is set to
>> default which is English.
>>
>> So what should I do so that my pages are also available in German
>> language also.
>> Do I need extra Typoscrict for the same ?
>>     
>
> Primarily you should config your page. e.g.
>
> # Konfiguration Default English
> config {
>    sys_language_uid = 0
>    language         = en
>    locale_all       = en_GB.utf8
>    htmlTag_langKey  = en
> }
>
> # Konfiguration English
> [globalVar = GP:L = 0]
> config {
>    sys_language_uid = 0
>    language         = en
>    locale_all       = en_GB.utf8
>    htmlTag_langKey  = en
> }
> [global]
>
> # Konfiguration Deutsch
> [globalVar = GP:L = 9]
> config {
>    sys_language_uid  = 9
>    language          = de
>    locale_all        = de_DE.utf8
>    htmlTag_langKey   = de
> }
> [global]
>
> config {
>    sys_language_mode = content_fallback ; 0,9
>    sys_language_overlay = 1
>    uniqueLinkVars = 1
>    linkVars = L(0|9)
> }
>
> And you have to create a language select menu (HMENU special language)
>
> everything you need to put in the right values in code above is the TSref.
>
> I don'n know the way, commerce interacts with TYPO3 language settings. Try to find a manual.
>   

Thanks a lot. I'll implement it and let you all know the result.
Have a nice time



> Andreas
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>   


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Joydeep Bakshi, Linux System Admin
Kolkatainfoservices Pvt Ltd,
23A Royd Street, Kolkata 700016, India
Work Phone 91 033 40014784
http://infoservices.in/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



More information about the TYPO3-english mailing list