laravel-localization
laravel-localization copied to clipboard
Not translating web pages
I have followed all guidelines in document and created new route in web.php inside middleware groups but no translation is being done at any page of the website.
More info:
- Version of Laravel 5.7
- Version of the Laravel-localization package 1.6
- Which middleware is used in
Route::groups
- Copy of the config file ( or at least setting of
supportedLocales
,useAcceptLanguageHeader
andhideDefaultLocaleInURL
). - Minimal steps to reproduce on a clean Laravel installation.
Additional context Add any other context about the problem here.