Zen TYPO3 Forum

Our TYPO3 forum is available for freelancers, professionals and clients new to TYPO3 to discuss Basic TYPO3 templating, Typoscript, extension installation, administration and help with subscription templates. Please register for an account to post.

Total Posts: 5 - Pages (1): [1]
Author: amudham
Posted: Mar 18 2008 - 05:15 AM
Subject: re: Multi Language
You should define the default langauge and define whether onetreemethod or twotreemethod is used.
You should configure the linkVars and languages

plugin.tx_rlmplanguagedetection_pi1 {
useOneTreeMethod = true
defaultLang = en
}

config.linkVars = L
config.sys_language_uid = 0
config.language = en
config.locale_all = English

[globalVar = GP:L = 2]
config.sys_language_uid= 2
config.language=de
config.locale_all = German
[global]

The above example is used to have the site with two languages under onetreemethod.
Create the alternative language and create the contents for the languages.

Hope this helps.
Author: eberhard
Posted: Feb 27 2008 - 12:09 PM
Subject: re: Multi Language
here's another tutorial, which shows 2 different concepts of multi-language pages:
http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/

2nd part also shows the typoscript-configurations necessary, if you opted for the "one-tree"-version
Author: balaji4php
Posted: Feb 26 2008 - 02:06 AM
Subject: re: re: Multi Language
Hi thanks for message. I have tried with it what you have given in the URL. I have created contents for both the languages (default and alternate) but the content displays only in the default language and not the alternate language.I dont know where i have done wrong. can you please guide me....
Author: eberhard
Posted: Feb 25 2008 - 12:40 PM
Subject: re: Multi Language
Author: balaji4php
Posted: Feb 25 2008 - 04:27 AM
Subject: Multi Language
How to implement multi language in typo3.
What are the steps to be followed for multi language, can anyone please help me on this
Total Posts: 5 - Pages (1): [1]
You must login to post a message to this conference.

 

CHC Forum provided by Cast Iron Coding

TYPO3 Support