From 7b79cc71286da868fcdb514674d20bdae4f95285 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Mon, 26 Jan 2009 22:56:29 +0000 Subject: [PATCH] Added default language to be the same as queXS --- include/limesurvey/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/limesurvey/config.php b/include/limesurvey/config.php index c9cdf568..da292685 100644 --- a/include/limesurvey/config.php +++ b/include/limesurvey/config.php @@ -59,4 +59,6 @@ $siteadminemail = "your@email.org"; // The default email address of the si $siteadminbounce = "your@email.org"; // The default email address used for error notification of sent messages for the site administrator (Return-Path) $siteadminname = "Your Name"; // The name of the site administrator +$defaultlang = DEFAULT_LOCALE; + ?>