Hey guys, today i implemented a contact form. Displayed it in a template and set up the fields and validations.
The default for validations is in english but i want to switch it to german. So i have created a resources/lang/de folder and placed a validation.php file and translated the required fields. Also i switched the locale in the config/app file.
The validations are still showing in english.
Any way how i can fix them to german?
Thank you guys in advance!