Call text from resource file in MVC through javascript
Hello.I am new to MVC.
Currently I am working on Login form where 2 textbox and 1 button is there.
On click on button, I check textbox fields empty or not through javascript.
I have one label below the text box where I display text, "Please enter the user name".
This validation message I want from resource file.
How to do that.