I have a route:
"{culture}/{controller}/{action}/{id}",
new { culture = "en", controller = "Home", action = "Index", id = UrlParameter.Optional }
The Url becomes
http://mysite.com
I want to show the culture name so that the url will look like this:
http://mysite.com/en