[Typo3] Help on one-tree multi language site

Jane Larsen noesgard at gmail.com
Sun May 1 21:50:44 CEST 2005


That did indeed help! Thank you very much.

I can now show my translated pages, but how do I add the language
selection menu to the template?

//Jane

On 5/1/05, Joshua Preston <jpreston at americatab.com> wrote:
> Jane,
> 
> The biggest problem I've had when setting up one-tree multilanguage
> sites was in the template setup part.
> 
> First, you have to create the languages for the website, and then modify
> your template setup.  Mine, English, Spanish and Russian, looks like:
> 
> # Template Setup Start
> 
> #setup the default language in case of bad L variable
> config.sys_language_uid = 0
> config.language = en
> config.linkVars = L
> 
> # Spanish language, sys_language.uid = 2
> [globalVar = GP:L = 2]
> config.sys_language_uid = 2
> config.language = es
> [global]
> 
> # Russian language, sys_language.uid = 1
> [globalVar = GP:L = 1]
> config.sys_language_uid = 1
> config.language = ru
> [global]
> 
> # English language, sys_language.uid = 0
> [globalVar = GP:L = 0]
> config.sys_language_uid = 0
> config.language = en
> [global]
> 
> ....
> 
> Thanks,
> 
> Hope that helps,
> 
> Joshua Preston.
> 
> Jane Larsen wrote:
> 
> >I just cant get this working, so please help...
> >
> >I am running 3.7.0 and have defined one language (danish - id=2)
> >besides default (english). Besides I'm using the CrCPH template.
> >
> >I have translated some of my pages to danish but I cant show the
> >transplated page by entering the correct '&L=2' addition to the url.
> >
> >What do I put where to add a language selection menu on my site and to
> >display my translated pages? I've been looking at
> >http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/
> >but I cant get it to work...
> >
> >//Jane Larsen
> >_______________________________________________
> >Typo3-english mailing list
> >Typo3-english at lists.netfielders.de
> >http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >
> >
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list