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.
Asked
Active
Viewed 8,868 times
2

sudheer muhammed
- 99
- 2
- 8
-
See [ASP.NET MVC 5 culture in route and url](https://stackoverflow.com/q/32764989) – NightOwl888 Mar 12 '18 at 09:04
1 Answers
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