Best practice to implement globalization in MVC application

sudheer muhammed picture sudheer muhammed · Apr 13, 2015 · Viewed 8.7k times · Source

For form labels and alert messages which are client side, using resource file is heavy or not ? Shall I need separate implementation for client side specific strings using jquery and resource file for server side messages. Please let me know the best practice on performance point of view.