If you need to translate part of the user interface, I will create a helper method that will read the resource file and display the translated string for these resources. For instance.
@Translate("NewUserHeading")
So, with regard to the user interface, it makes sense to handle this in the user interface.
If the data you are about to transfer at some point can be displayed in the Flash client or mobile application, then it must be translated by the server and should not have anything to do with your MVC application.
user338195
source share