diff --git a/config/app.php b/config/app.php index e21f44ab0e85..24efe42b0a39 100644 --- a/config/app.php +++ b/config/app.php @@ -54,7 +54,7 @@ return [ | */ - 'locale' => 'en', + 'locale' => env('APP_LOCALE', 'en'), /* |--------------------------------------------------------------------------