I'm currently using .resx
files to manage my server side resources for .NET.
the application that I am dealing with also allows developers to plugin JavaScript into various event handlers for client side validation, etc.. What is the best way for me to localize my JavaScript messages and strings?
Ideally, I would like to store the strings in the .resx
files to keep them with the rest of the localized resources.
I'm open to suggestions.
See Question&Answers more detail:os