LT:summary.php
From Kb_JMY(晉明夷)
- LifeType: Summary.php issues
Displaying summary.php in different languages
- Assumes website URL -> http://www.mysite.org/blog
- English (locale = en_UK) -> http://www.mysite.org/blog/summary.php?lang=en_UK
- Traditional Chinese (locale = zh_TW ) -> http://www.mysite.org/blog/summary.php?lang=zh_TW
- Simplified Chinese (locale = zh_CN ) -> http://www.mysite.org/blog/summary.php?lang=zh_CN
Auto-change locale according to browser setting
- here is the procedure: Login the administrative backend and go
- -> Administration ->Global Settings ->Summary
- -> looks, at the end of the page, for 'use_http_accept_language_detection'
- -> set it to "Yes"
- -> That's it!

