How can I create a MVC3 Razor Label which shows the label text in selected culture(Language)?
I am having get&set culture function and a dropdown list to select the language. I also have a resource file in /Content/Resource folder.
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.
I found a good article which explain how to implement Multilingual in MVC 3 Razor project.
Find the article from the URL
http://www.codeproject.com/KB/aspnet/BilingualMvc3Part1.aspx
Thanks