Can't change Joomla Default language
- by Moak
On this site http://www.bostonteaclub.com I want the default language to be Chinese. I set the default language to Chinese in the backend (it's got the star next to it) but when you went to the page you probably noticed that the site is in english.
If you check the source code you will see on the very bottom hidden a var_dump of the language object, and by the looks of it the default is still en-GB
["_default"]=>
string(5) "en-GB"
Why is this?
Thanks