Force admin language?

Gesperrt
djavet
Beiträge: 264
Registriert: Do 22. Jan 2004, 11:31
Kontaktdaten:

Force admin language?

Beitrag 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
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag 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)
djavet
Beiträge: 264
Registriert: Do 22. Jan 2004, 11:31
Kontaktdaten:

Beitrag von djavet »

Hello,

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


Dom
timo
Beiträge: 6284
Registriert: Do 15. Mai 2003, 18:32
Wohnort: Da findet ihr mich nie!
Kontaktdaten:

Beitrag 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 :)
djavet
Beiträge: 264
Registriert: Do 22. Jan 2004, 11:31
Kontaktdaten:

Beitrag 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
Gesperrt