Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multilingual implementation in MVC3 Razor

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.

like image 351
san Avatar asked Jun 03 '26 02:06

san


1 Answers

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

like image 166
san Avatar answered Jun 06 '26 05:06

san