Home Support
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Default Language
#5035
bigzee
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Default Language 2 Years, 4 Months ago Karma: 0
Ya know what, you're right I just realized that I should have posted in the component forum... Sorry
 
The administrator has disabled public write access.
#5034
BlastChatSupport
Admin
Posts: 2413
graph
User Offline Click here to see the profile of this user
BlastChat
Re:Default Language 2 Years, 4 Months ago Karma: 68
You posted under "module" forum, so I hope this is correct and you are not referring to actual chat component

BlastChat Module picks your Joomla language and if blastchat language file is available, it uses that file.

Code:

$lang = & JFactory::getLanguage();
$backward_lang = $lang->getBackwardLang();



it tries to find file first using "$lang->getTag()" then using "$backward_lang"

What is your Joomla website default language and which language is being loaded by the module?
 
The administrator has disabled public write access.
#5033
bigzee
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Default Language 2 Years, 4 Months ago Karma: 0
For some reason, my default language is not English. How can I change this?
 
The administrator has disabled public write access.
Go to topPage: 1