MVC 4: Custom Route & Html.Action out of synch
问题 So I have this custom route, which sets up the route table based on culture in the URL, but when I call Url.Action(...), it does not generate the localized URL. Any ideas what I'm doing wrong? The culture is changing on the page and I am able to determine what language user has selected, but Url.Action is not generating localized URL.. This is the custom route, which changes the route table values (not sure if this standard way of doing it): public class CultureRoute : Route { public