X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Flang%2Fgettext.php;fp=includes%2Flang%2Fgettext.php;h=7bdb69a8636553aa17bd907f20d2f8a4f706b161;hb=bcbc8474ddfce8a67ad55266c23a9d49409aec95;hp=58bd1139d8ab4e40333d3188c05e84f5c91b7680;hpb=c03782de5d6c3b11008ec8b84cce6f7e1b33f0b1;p=fa-stable.git diff --git a/includes/lang/gettext.php b/includes/lang/gettext.php index 58bd1139..7bdb69a8 100644 --- a/includes/lang/gettext.php +++ b/includes/lang/gettext.php @@ -246,7 +246,7 @@ class gettext_native_support //$set = setlocale(LC_ALL, "$lang_code"); //$set = setlocale(LC_ALL, "$encoding"); - $set = setlocale(LC_ALL, "$lang_code.".".$encoding"); + $set = setlocale(LC_ALL, $lang_code.".".$encoding); setlocale(LC_NUMERIC, 'C'); // important for numeric presentation etc. if ($set === false) {