From 2ab113925af27130da18a7f40c429ed7d28c1079 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 18 May 2017 14:50:31 +0200 Subject: [PATCH] * Mail: Fix Disposition Notification confirmation message always come in english regardless of locale settings --- api/src/Preferences.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/src/Preferences.php b/api/src/Preferences.php index 56e921acb4..dfbe056f55 100644 --- a/api/src/Preferences.php +++ b/api/src/Preferences.php @@ -984,6 +984,8 @@ class Preferences foreach(array( $lang.'_'.$country, $lang.'_'.$country_from_lang, + $lang.'_'.$country.'.utf8', + $lang.'_'.$country_from_lang.'utf8', $lang, 'en_US', 'C',