I\'m currently using .resx files to manage my server side resources for .NET.
.resx
the application that I am dealing with also allows developers to plugin Ja
Expanding on diodeus.myopenid.com's answer: Have your code write out a file containing a JS array with all the required strings, then load the appropriate file/script before the other JS code.