Localizing JavaScript of a Full Trust solution
Aug 13, 2014 3 min.
Introduction
We, SharePoint developers of ancient times when “full trust” solutions ruled, have understood one thing: using JavaScript improves by far our solutions.
Indeed this allows to reduce the load of the servers and makes the user experience more “responsive”.
But what if you want to display messages in different languages depending on the user? In .NET (understand server-side) it is quite simple, just use of resources. (see one of my posts on the subject)
