[TYPO3] Chinese localization issues
Michael Cannon
michael at cannonbose.com
Fri Jun 13 15:21:51 CEST 2008
I've run into an interesting problem. The general concept is that my
localized page titles come through, but not content. My French page
titles and content used to come through okay, but not since I added
the Chinese.
Any ideas and help is appreciated.
English http://www.cannonbose.com/typo3-support.html
Chinese http://www.cannonbose.cn/typo3-support.html
French to be http://www.cannonbose.com/fr/typo3-support.html
I'm running TYPO3 4.2.
TypoScript constants
--
config.baseURL = http://www.cannonbose.com/
[globalString = _SERVER|HTTPS=on]
# SSL is for cannonbose.com
config.baseURL = http://www.cannonbose.com/
[globalString = HTTP_HOST= *cannonbose.cn]
config.baseURL = http://www.cannonbose.cn/
[end]
TypoScript setup
--
config.linkVars = L
config.uniqueLinkVars = L
config.sys_language_mode = content_fallback
config.language = en
config.sys_language_uid = 0
config.locale_all = en_US
config.htmlTag_langKey = en
[globalVar = GP:L = 1]
config.language = fr
config.sys_language_uid = 1
config.locale_all = fr_FR
config.htmlTag_langKey = fr
[globalVar = GP:L = 2] || [globalString = HTTP_HOST= *cannonbose.cn]
config.sys_language_uid = 2
config.language = cn
config.locale_all = zh_CN
config.htmlTag_langKey = zh
config.baseURL = http://www.cannonbose.cn/
[global]
--
Michael Cannon
President of Cannonbose, LLC
+1 (800) 559-9773 | +1 (603) 559-9773 | Fax : +1 (802) 609-2776
More information about the TYPO3-english
mailing list