We have a website project that is being localized to 30+ languages.
The project is split into PLL, BLL & DAL.
We have over a hundred .resx files located in various different folders in the base language (English).
We use a separate system for localization which spits out all the language files in the correct format/directory automatically.
Once finished there will be thousands of files to import into the visual studio project!
This will become a nightmare to manage :(
Is there any way to compile the localized files separately into Satellite Assemblies and then copy them into the project later?
I just want to work with the English files only in the main VS project and not see all the localized files.