From 40682ec536678e867599d1625863a0428e98ac18 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Wed, 11 May 2016 12:23:03 +0200 Subject: [PATCH] Die Localisation verwendet nicht mehr den Accept Language Header Stattdessen wird die eingestellte Sprache als Standard verwendet (de) --- config/laravellocalization.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/laravellocalization.php b/config/laravellocalization.php index 04b96e28b..fed09e0f4 100644 --- a/config/laravellocalization.php +++ b/config/laravellocalization.php @@ -299,7 +299,7 @@ return [ // Negotiate for the user locale using the Accept-Language header if it's not defined in the URL? // If false, system will take app.php locale attribute - 'useAcceptLanguageHeader' => true, + 'useAcceptLanguageHeader' => false, // If LaravelLocalizationRedirectFilter is active and hideDefaultLocaleInURL // is true, the url would not have the default application language -- GitLab