2

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.

1 Answers1

4

Have a look at these articles that explains globalization perfectly with sample code:

ASP.NET MVC 5 Internationalization

ASP.NET MVC 3 Internationalization - Part 2 (NerdDinner)

ASP.NET MVC 5 Internationalization · Date and Time

ASP.NET MVC 5 Internationalization · How to Store Strings in a Database or Xml

Murat Yıldız
  • 11,299
  • 6
  • 63
  • 63
  • I know different methods. But I need to make a comparison whether we need to go for server side resource file implementation or use client side jquery language plugin. What is the performance cost on using resource file. – sudheer muhammed Apr 13 '15 at 10:39