Closed bsh closed 6 years ago
This should be already the case.
Hi!
Is this possible?
Already happening, see: https://github.com/josiasmontag/laravel-localization/blob/master/tests/MiddlewareTest.php#L33
Please note that per default it automatically detects the locale via Accept-Language
header and cookie. This is preferred over the URL prefix. You can disable this in the config.
Ok. I've got it. Thank you for your help.
Hi! Is is possible to set the locale by language prefix? For example /de/home set the locale automatically.