diff --git a/config/laravellocalization.php b/config/laravellocalization.php index 697fae80..7bf3a3d0 100644 --- a/config/laravellocalization.php +++ b/config/laravellocalization.php @@ -307,7 +307,7 @@ return [ // IMPORTANT - When hideDefaultLocaleInURL is set to true, the unlocalized root is treated as the applications default locale "app.locale". // Because of this language negotiation using the Accept-Language header will NEVER occur when hideDefaultLocaleInURL is true. // - 'hideDefaultLocaleInURL' => false, + 'hideDefaultLocaleInURL' => true, // If you want to display the locales in particular order in the language selector you should write the order here. //CAUTION: Please consider using the appropriate locale code otherwise it will not work