3

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.

Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
san
  • 1,859
  • 4
  • 26
  • 38
  • Take a look at http://stackoverflow.com/questions/3966680/asp-net-mvc-input-model-validation-multi-language/6750261#6750261 in particular with the localised display name – Manatherin Aug 01 '11 at 12:48

1 Answers1

7

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

san
  • 1,859
  • 4
  • 26
  • 38