How to use routing in a ASP MVC website to localize in two languages - But keeping exiting URLs
- by Anders Pedersen
We have a couple ASP MVC websites just using the standard VS templates default settings - Working as wanted. But now I want to localize these website ( They are now in Dutch and I will add the English language )
I would like to use routing and not Resource because:
1. Languages will differ in content, numbers of pages, etc.
2. The content is…