Hi,
How to translate form using resource file c#
I am working on asp.net mvc c# project. On the login page, I have a login form and also a link to the "Forgot password" page and also a page to register.
At the top of the page, we have the choice of language, either French or English and the validation of these forms is done via the Modal using 2 resource files with the 2 languages.
Everything I have put in place works well locally but by deploying the project, the part of the translation of error messages from non-functional resource files. Is there any config to do please?
Thank you.