Page 1 of 1

[SOLVED] Login page language in Internet explorer (CMSMS1.8.1)

Posted: Fri Jul 09, 2010 12:48 pm
by johnkarlsson
Hey,

UPDATE 3
Well, it turns out that im stupid. Tried putting "sv_SE" into all sorts of files. Also tried this in config.php after the suggestion in this thread. Tho' I never tried without .utf8 -utf8.

$config['locale'] = 'sv_SE';

UPDATE 2
Upgraded => 1.8.1

UPDATE
This problem seem to only occour when using Internet Explorer

This might be an odd question. I just noticed that, when I go to adminlogin first time language markup is English. If I login and log off, the language is now Swedish (the one I specified to use).

Look at this,

This is when I first access the adminpage. And its all in english.
Image

This is after I logged in, and then logout. And its all swedish.
Image

NOTE, I checked my older customer install of CMSMS (1.7.x) and there is no problem with this.
So, as you might know. Im running 1.8 (Madagascar) on this one.

Thanks,

Br John

Re: First time adminlogin, wrong language?

Posted: Fri Jul 09, 2010 1:03 pm
by RonnyK
IIRC is it defaulting to the browser-language, when it doesnt find the last one... So when you cleared all files, it will look at (in FF at least) Options -> Content -> Languages and then the default top-language.

Ronny

Re: First time adminlogin, wrong language?

Posted: Fri Jul 09, 2010 1:15 pm
by johnkarlsson
Thanks,

Well. Tried in FF, Chrome and IE and all my browsers runs Swedish Default language.

Re: IE + 1.8 = Adminlogin language fails?

Posted: Mon Jul 12, 2010 6:19 am
by johnkarlsson
Anyone had the same problem? Huh?

Re: IE + 1.8 = Adminlogin language fails?

Posted: Mon Jul 19, 2010 8:33 am
by johnkarlsson
Im alone with this problem then..?

Re: IE + 1.8 = Adminlogin language fails?

Posted: Mon Jul 19, 2010 8:58 am
by Jos
Don't think so... You might want to try an upgrade to 1.8.1

Re: IE + 1.8 = Adminlogin language fails?

Posted: Mon Jul 19, 2010 9:45 am
by johnkarlsson
Already done. Forgot to update the post.

Still same problem...

Re: Login page language in Internet explorer (CMSMS1.8.1)

Posted: Thu Jul 22, 2010 6:58 am
by johnkarlsson
Still nothing?

Just tried with an completely fresh install of 1.8.1 with no modifications. Still the same problem, so I sure cannot be alone with this.

Re: Login page language in Internet explorer (CMSMS1.8.1)

Posted: Mon Jul 26, 2010 6:26 am
by johnkarlsson
Hehe, seriously.

This has to be a major problem for users not using English cmsms?

Please, help me out.

Re: Login page language in Internet explorer (CMSMS1.8.1)

Posted: Mon Jul 26, 2010 7:49 am
by owr_bgld
which language settings do you have in the config.php.

I had some (other) troubles with my language and changed it (for German) to this:

Code: Select all

$config['locale'] = 'de_DE.UTF8';
it's the ".UTF8" after the lang-Code (I have encoding "utf-8")

Re: Login page language in Internet explorer (CMSMS1.8.1)

Posted: Mon Jul 26, 2010 9:22 am
by johnkarlsson
Thanks for your reply.

Sadly, it didnt work. Im still confused why this appears in IE and not Chrome.

Re: Login page language in Internet explorer (CMSMS1.8.1)

Posted: Mon Jul 26, 2010 9:24 am
by owr_bgld
How are the language settings in your IE?

(Is it "Internetsettings" or "Internetoptions" in English?) ther you can find languages - maybe your first (or only) is english?

Re: Login page language in Internet explorer (CMSMS1.8.1)

Posted: Mon Jul 26, 2010 12:02 pm
by johnkarlsson
Thanks for your reply,

I've already checked that. And the only language avail. is Swedish. So, cannot be that.
I've also tried on various machines with both IE6 -> IE8. So.. something is weird.