diff --git a/config/app.php b/config/app.php index a5b0d2fe0..786f005ac 100644 --- a/config/app.php +++ b/config/app.php @@ -57,7 +57,7 @@ return [ | */ - 'locale' => 'en', + 'locale' => env('APP_LANG', 'en'), /* |--------------------------------------------------------------------------