php - Can't change Joomla Default language -
on site http://www.bostonteaclub.com want default language chinese. set default language chinese in backend (it's got star next it) when went page noticed site displaying in english.
if check source code see on bottom hidden var_dump of language object, , looks of default still en-gb
["_default"]=> string(5) "en-gb"
why this? thanks
edit default language used when language file in requested language not exist.
still problem remains, why site not default chinese? can change language of site , works in chinese http://www.bostonteaclub.com/中文版
edit 2 joomfish "site default language: 中文版." in administration...
here go:
found when going plugins 'system - jfrouter' perpetrator!
disabled language determination , discovered "language selection new visitors" helpful to. bonus: plugin lets choose weather use sef prefix or sub-domains language selection.
hope helps future people looking how solve problem.
peace =)
Comments
Post a Comment