Multi Language Support in MVC
-
Hi Guys, I am new to MVC, i have got a situation where i have to support 10 languages in my web application. I have made some research and found that resource files and routing are the process to accomplish the task. could you please guide me which is the best way. Thanks.
-
Hi Guys, I am new to MVC, i have got a situation where i have to support 10 languages in my web application. I have made some research and found that resource files and routing are the process to accomplish the task. could you please guide me which is the best way. Thanks.
Hi Kheer, Pradip has wrote some cool stuff regarding this: [Creating ASP.NET MVC Multilingual Web Application] also Keith: [Creating a Bilingual ASP.NET MVC 3 Application – Part I] Hope this is what you expect Martin