I don’t understand where to put the Resources and how can we take the value from that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You put all of your language resources into a resource (.resx) file. You will essentially have one resource file per language, but will all the same “Name” items, with their respective “Values” – For example…
You can then use these resources all over your application.
In views:
For more detail on localisation in general, visit these:
http://www.eworldui.net/blog/post/2008/05/ASPNET-MVC—Localization.aspx