Hi,

Tony Lush wrote:
Presuming that each domain is has its own page tree, you can define the
default language for each one in your TS setup:

You may have for one domain
config.sys_language_uid = 2

and for another
config.sys_language_uid = 0

You would adjust your globalVar sets for each domain depending upon
which alternative languages are available there.

Something like that in pageTS:

mod.SHARED {
    defaultLanguageFlag = fr
    defaultLanguageLabel = Français
    disableLanguages = 2
}

disableLanguages allows you to "remove" unwanted languages from the list of possible translations.

HTH

--
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to