Multiple languages in an ASP.NET MVC application?
- by Lance Fisher
What is the best way to support multiple languages for the interface in an ASP.NET MVC application. I've seen people use resource files for other applications. Is this still the best way?