diff --git a/config/laravellocalization.php b/config/laravellocalization.php
index 04b96e28b127f7afe345a9b00c171aac6ee4396d..fed09e0f475351655e55056ae2022ab4a3f730d3 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