Hello,
I'm currently developing an application that will have to support Globalization, meaning that it will have to support different languages.
I've been doing some research since this all new to me and I want to take the best approach, and for now all I've been doing is following some introductory tutorials for that matter.
I have found several tutorials for MVC 3, but very few for MVC 4 and I haven't really managed to find anything that could cover some of the requisites I've set for my application which involve:
- Being able to change the current views with Resource Strings, and this means that I'm not willing to create extra views for every new language.
- Being able to change the CultureInfo of my application through URL Routing, for example, if my website is www.example.com/en, the Culture Info associated would be English, or if it is www.example.com/es, the Culture Info would be Spanish.
I'm writing this topic not to ask how to do it, but more to ask, where to start from , and what I should be doing, in order to be able to accomplish my requisites.
I remember again that this is all new to me and I haven't got a single clue on what to do, that's why I'm asking for your help since I don't even know if this is possible to do in the current MVC 4.
Thanks in advanced for all the help and suggestions posted here.