To switch the language for users based on the user's browser language settings, you can do the following. Open the file app/config/app.php 62 to find
'browserbasedlang' => false,
You will need to replace that by
'browserbasedlang' => true,
That is it. It is as easy as that.