I need help with the best practice to localize asp mvc apps, I saw Oxite having a base method named Localize in the BaseController, but is the Localization a task for the view or the Controller? Or should I use resx files / or use db tables?
Share
Create your own Html helper and use it like
<%= Html.Resource('Name') %>Details are in blog post.