Knowledge Base

Premium URL Shortener

How to automatically show language based on user's browser language in Premium URL Shortener

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.

Was this helpful? 😃 😞

Still have questions?

If you still have questions, feel free to open a ticket and we will gladly help you out!

Open a ticket