Hello,
I'm currently creating a website in C# and I'm trying to add Globalization to my application, however there is an issue I'm currently facing related with the fact that I must change some labels for some buttons I've created in a javascript file, and I was thinking about using Resource files for that matter.
I would like to know if it is possible to add Resource files to a javascript file or not, and what I should do to make it work in my application.
Thanks in advanced for all the help.