From e7c75196f972c8f0fecac830811a50d291b58676 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 7 Apr 2002 04:10:08 +0000 Subject: [PATCH] Added lang config! --- config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.php b/config.php index 07ee4b8a88..a155e83332 100644 --- a/config.php +++ b/config.php @@ -59,6 +59,11 @@ $CFG->dataroot = "/home/moodledata"; $CFG->theme = "standard"; +// Choose a sitewide language - this will affect navigation, help etc + +$CFG->lang = "en"; + + // Give the full name (eg mail.example.com) of an SMTP server that the // web server machine has access to (to send mail). -- 2.39.5