Multilanguage CMSMS MLE 1.2.3 default lang in FF problem!

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
tew
New Member
New Member
Posts: 5
Joined: Wed Jul 12, 2006 7:09 am

Multilanguage CMSMS MLE 1.2.3 default lang in FF problem!

Post by tew »

Hi!

I have installed CMSMS MLE 1.2.3 and have it up and running (two sites, one with two lang and the other with tree lang)

The problem I have is that when I brows from a Firefox (FF) browser I get en_US as the default languages
but when I use Internet Explorer (IE) it use the default labg that I have in the config_lang.php file

The config_lang.php file

Code: Select all

define('DEFAULT_LANG', 'sv_SE');
$force_mle_default = false;

$hls = array(

 'sv_SE' => array(
	'block'=>'se',
	'flag'=>'<img src="images/lang/se.png" style="border:0" alt="Svenska" />',
	'text'=>'Swedish',
 ),
 'en_US' => array(
	'block'=>'en',
	'flag'=>'<img src="images/lang/en_US.png" style="border:0" alt="English" />',
	'text'=>'English',
	'parent'=>'en',
 ),
);
I have follow the
Multilanguage CMSMS MLE - Docs, Howto and Tips
http://forum.cmsmadesimple.org/index.php/topic,15318.0.html

I have read that some other have similar problems, but I have not found a solution that works.

I hope that some one have some tip to solve this.

Thanks for nice job with MLE

TEW
alby

Re: Multilanguage CMSMS MLE 1.2.3 default lang in FF problem!

Post by alby »

tew wrote: $force_mle_default = false;
Switch $force_mle_default to true for force DEFAULT LANG

Alby
Locked

Return to “[locked] CMSMS MLE fork”