From d9f5c1cbae945ad6f360807cc96f2a10681bfbe2 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 10 May 2004 15:53:42 +0000 Subject: [PATCH] Type: i18n Framework. Description: Added i18n configuration. --- config/environment.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/environment.php b/config/environment.php index c4a02c1..8cb5b74 100644 --- a/config/environment.php +++ b/config/environment.php @@ -46,10 +46,9 @@ require_once("$default->fileSystemRoot/phplib/db_mysql.inc"); require_once("$default->fileSystemRoot/lib/database/db.inc"); $default->db = new Database(); -//language translation functions -require_once("$default->fileSystemRoot/i18n/LanguageFunctions.inc"); -//change this to reflect the language to use -require_once("$default->fileSystemRoot/i18n/en/Language.inc"); +// default language +$default->defaultLanguage = "en"; +$default->useAcceptLanguageHeader = false; // instantiate system settings class require_once("$default->fileSystemRoot/lib/database/lookup.inc"); -- libgit2 0.21.4