Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Coder's.

i am creating website in ASP.NET MVC3 which is in Turkish and English language.
i am using below code to make my site multi lingual.
http://www.codeproject.com/Articles/207602/Creating-a-Bilingual-ASP-NET-MVC3-Application-Part

but problem is that that will chnage my browser url.
I do not want to do this because that will affect my other code.

Problem:-
http://localhost:53866/en/Index/GetCourseList/13
http://localhost:53866/tr/Index/GetCourseList/13

i do not want to add en and tr in url..

Is there any other way to make website multi lingual in MVC.

Please help..

Thanks,
Salman Ansari
Posted

 
Share this answer
 
Thanks your reply

But i have seen that link before but they are using separate View for Each language like index_eng.cshtml,index_arabic.cshtml but i do not want to Repeat my Views.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900