Localize Strings in Javascript
Posted
by SaaS Developer
on Stack Overflow
See other posts from Stack Overflow
or by SaaS Developer
Published on 2008-09-19T17:46:28Z
Indexed on
2010/03/08
20:36 UTC
Read the original article
Hit count: 162
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.
© Stack Overflow or respective owner