diff --git a/system/autoload/Lang.php b/system/autoload/Lang.php index bf4ec9c8..48f76f65 100644 --- a/system/autoload/Lang.php +++ b/system/autoload/Lang.php @@ -24,7 +24,7 @@ class Lang return $_L[$key]; } else { $iso = Lang::getIsoLang()[$config['language']]; - if (empty($iso)) { + if (empty($iso) || $iso == 'en') { return $val; } if (!empty($iso) && !empty($val)) {