When I test my web app locally on my laptop, the validation messages are in French (which is what I expect). The problem is that when I publish on our server or the client's server, the validation messages are in English.
Just to be 100% clear, the kind of validation messages I mean are the default ones like
The field "Foo" is required
What does this depend on? How can I ensure that the default language is French everywhere?