Menü

Login

Aktuelle Version

Forum > English at the new version? *

DOTLAN Intranet / Portal >> International > English at the new version?
Antwort erstellen
Autor Thema: English at the new version?
sonic-wcg
12.11.2007 um 00:34 QuoteProfileSend PM
NEW

Clan: team7
Postings: 2

Hello,

How i can change the language to dotlan? I want to put english at the site and i dont know how!
 
[MC]Blue_Angel
12.11.2007 um 19:05 QuoteProfileSend PM
NEW

Clan: MoOonChaserz e.V.
Postings: 14

Hello,

you must set in the "config.php" at the row
Zitat:
$global_user['user']['locale'] = "de_DE";
to
Zitat:
$global_user['user']['locale'] = "en_US";

than the entire system should be in english
 
sonic-wcg
14.11.2007 um 20:43 QuoteProfileSend PM
NEW

Clan: team7
Postings: 2

didnt work

check the url :
http://85.196.0.131/dotlan
 
Griffon
15.11.2007 um 00:06 QuoteProfileSend PM

NEW

Clan: dotlan.net
Postings: 1252

It's possible that your webserver didn't have the right locales installed.

if it's a debian linux system try the following commands:
Code:
apt-get install locales
dpkg-reconfigure locales
# Select here de_DE* en_US* it_IT*
# OK
# the locales will be generated
/etc/init.d/apache2 reload

Then the locales should be installed and ready for further usage.
 
[ Antwort erstellen ]