Translation form validation message
Hello, I switched my application to French but the error messages in the forms are not translated into the target language but use fallback. The rest of the application is correctly translated!
Solution:Jump to solution
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
2 Replies
Solution
You should use localization
https://laravel.com/docs/10.x/localization#introduction
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Got it! thanks!