I am looking for a way to globalize the resx files for localization purposes. Like adding a reference to the Data Access Application Block ... Not in the App_Globalresources folder in my project.
Right now, I have several apps that have three language resx files. English, Spanish, Italian. I have has been successful just copying each of the lang files into the new project. I would rather have a central resx file that I reference or include somehow into each project versus copy. Maybe something that could be setup in the GAC if I am thinking correctly ....
Any Ideas
Right now, I have several apps that have three language resx files. English, Spanish, Italian. I have has been successful just copying each of the lang files into the new project. I would rather have a central resx file that I reference or include somehow into each project versus copy. Maybe something that could be setup in the GAC if I am thinking correctly ....
Any Ideas