diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-27 18:40:10 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-27 18:40:10 +0000 |
| commit | b282c8b3ac3c6c93b73b31aa5c4f4fe8523d25c7 (patch) | |
| tree | 6dfbe038498254104b4b98a61abe6b71e1c3e19a /roundcubemail | |
| parent | 3a31174ee7fb6b747822621ca36965554e96ca43 (diff) | |
- added 'en_US.utf8' as fallback for setlocale
git-svn-id: https://svn.roundcube.net/trunk@1895 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index 33bc38b4b..d07e03c0d 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -170,7 +170,7 @@ class rcmail $_SESSION['language'] = $this->user->language = $this->language_prop($this->config->get('language', $_SESSION['language'])); // set localization - setlocale(LC_ALL, $_SESSION['language'] . '.utf8'); + setlocale(LC_ALL, $_SESSION['language'] . '.utf8', 'en_US.utf8'); } |
