diff --git a/core/i18n.php b/core/i18n.php index c93fe9b7a..2a60df0a6 100755 --- a/core/i18n.php +++ b/core/i18n.php @@ -1180,6 +1180,10 @@ class i18n extends Controller { return Translatable::default_lang(); } + static function default_locale() { + return self::$default_locale; + } + /** * Enables the multilingual content feature (proxy for Translatable::enable()) */