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 vi
If the string to be localized is generated by the view (eg a label in front of a text field), then its localization should be in the View.
If the string is generated by the Controller, its localization should be there as well.