I am trying to change the language in Laravel, for now the Auth / registration and login pages. For some reason the language doesnt change.
I have the laravel language pack, set up /resources/lang/nl with auth.php, registration.php, nl.json, pagination.php and password.php. Some messages get translated (For example, when you enter the wrong password), but validation remains in english, and the form itself as well.
$locale = App::getLocale(); shows 'nl'
I would like to find a way to change the language on the actual pages, and the verification messages to Dutch as well.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire