I followed the MSDN Internationalization tutorial so that my website can work with multiple languages. My current routing is like {language}/{controller}/{action}/{id} and takes the language of the browser.
Now I got a problem:
If i change my url from website.com/EN/.. to website.com/NL, it does not take this one and keeps using the browser language. How to overwrite this?
I tried following the other tutorials on
http://msdn.microsoft.com/en-us/library/gg416514%28v=vs.108%29.aspx
about internationalization but first, English isn't my first language + I'm coding in VB, while all tutorials are in C#.
If you could just push me in the right way, I can work it out on my own.