How do you localize/internationalize an MVC Controller when using a SQL based localization provider?
- by EBarr
Hopefully this isn't too silly of a question. In MVC there appears to be plenty of localization support in the views. Once I get to the controller, however, it becomes murky.
Using meta:resourcekey="blah" is out, same with <%$ Resources:PageTitle.Text%.
ASP.NET MVC - Localization Helpers -- suggested extensions for the Html helper…