aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/Params.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Library/Params.php')
-rw-r--r--h-source/Library/Params.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Library/Params.php b/h-source/Library/Params.php
index 488c8b2..c0c7ece 100644
--- a/h-source/Library/Params.php
+++ b/h-source/Library/Params.php
@@ -57,4 +57,7 @@ class Params
//subfolder of the View folder where to look for view files
public static $viewSubfolder = null;
+ //global website language used by the models and by the helpers
+ public static $language = 'En';
+
} \ No newline at end of file