Hello. I'm working on an application in VB.Net using Visual Studio .Net 2003. Since our application has to be in Engligh and in French (depending upon user selection), we're using the ResourceManager class to reference the localization .resx files. Here's the problem:
Changes we ...