summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 1dd0f4935..f9d91e86e 100644
--- a/functions.php
+++ b/functions.php
@@ -30,6 +30,10 @@
$lang = _TRANSLATION_OVERRIDE_DEFAULT;
}
+ if ($_COOKIE["ttrss_lang"]) {
+ $lang = $_COOKIE["ttrss_lang"];
+ }
+
if ($lang) {
_setlocale(LC_MESSAGES, $lang);
_bindtextdomain("messages", "locale");