What's the best approach to develop multilanguage MVC web application?. What I envision is having a drop down with several language preferences on the master page. Selecting the language option would change the site's language/culuture.
The site would also use a different suffix for each language option. for example selecting a language would also redirect the site to the same domain with that language/country's suffix.
US => domain.com Canada => domain.ca France => domain.fr Poland => domain.pl
thanks