Our team is currently working on developing extensive ASP.NET applications for use within company intranets in various languages and cultures. We make use of Globalization techniques with RESX files, utilizing GetResourceText on the server side to retrieve localized texts.
Recently, we have been incorporating more client-side logic using JQuery.
Is there a way to access RESX texts in Javascript?
- For example, for validation purposes, dynamic messages, etc.
All of our JavaScript code is stored in .JS files, as we prefer not to mix HTML within ASPX pages or include JavaScript blocks directly.
We appreciate any assistance you can provide. Thank you.