10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2fa30 commit 75d0bdaCopy full SHA for 75d0bda
src/Application.php
@@ -989,6 +989,16 @@ public function getLocale()
989
return $this['config']->get('app.locale');
990
}
991
992
+ /**
993
+ * Get the current application fallback locale.
994
+ *
995
+ * @return string
996
+ */
997
+ public function getFallbackLocale()
998
+ {
999
+ return $this['config']->get('app.fallback_locale');
1000
+ }
1001
+
1002
/**
1003
* Set the current application locale.
1004
*
0 commit comments