Seite 1 von 1

Force admin language?

Verfasst: Do 22. Jan 2004, 14:21
von djavet
Hello,

It is possible to force the language setting into the admin login form?
I've:
deutsch, english, dutch

And I wish to have english selected by default.
How can I make this?

I'm a little lost with the english setting in this page....

Many thanks in advance for your help.

Dominique

Verfasst: Do 22. Jan 2004, 14:35
von emergence
there should be two possibilities...

1.
contenido/includes/functions.i18n.php

you'll find something link this

Code: Alles auswählen

    	'de_DE' => array('German', 'Germany', 'ISO8859-1', 'de', 'de'),
    	'en_US' => array('English', 'United States', 'ISO8859-1', 'en', 'en'),
change the places like this

Code: Alles auswählen

    	'en_US' => array('English', 'United States', 'ISO8859-1', 'en', 'en'),
    	'de_DE' => array('German', 'Germany', 'ISO8859-1', 'de', 'de'),
2.
something i noticed when i tried mozilla

change the way the browser accepts the languages
on mozilla it should be (standard) en_US
(on mozilla there is always en_US selected by default when i try to login into contenido )
there must be something similar in internet explorer...(a similar configuration option)

Verfasst: Do 22. Jan 2004, 21:16
von djavet
Hello,

Thx for the tricks, it's working well.
:D


Dom

Verfasst: Fr 23. Jan 2004, 08:41
von timo
Another simple thing: Just set your accept language in your browser to the desired value. If that doesn't work well, just issue a bug report :)

Verfasst: Fr 23. Jan 2004, 08:59
von djavet
Yop, i've tought to that, but my client move everyday around the world and I don't want bother them with this kind of technical things ;o)
Thx a lot for your help.

Regards; Dom