Request: Localization of solution/several projects
It would be nice to have a "solution scope" of localization! So MLS can control several projects at the same time!
We have several projects (10+) in a solution. Lets just say half of them (5+) has strings to be localized. Only 1 of the projects has a huge amount of strings (lets say 1.000) and the other projects only has a few (lets say less than 25).
With a "solution scope" of MLS, the MLString class is located in a project for itself, so import and export can be done through 1 project. I get that this is not always the usecase - but for some it is!
Today, we have to make a project to control localization for the "small projects" (25-), make a reference to this project manual and call our homemade MLString class where we place our strings for localization. Then we only have MLString in this project shared by "the small projects". The "large project" (1.000+) gets its own MLString and localization handling.
For us the "large project" is either a ASP.NET Website/Webapplication or a Windows Forms Application.
Hope you get the point and see the potential in letting the user choose between 2 scopes: project/solution.