Can anyone recommend a library for MVC that manages localization of routes?
For example, as url http://www.mywebsite.com/controller-english/action-english and http://www.mywebsite.com/controller-french/controller-french should both route to the same controller action. If its the french url, culture is setup like so and same for the english version.
Any recommendations?