I recently added a project to my solution in the Business Layer to facilitate Localization of the application and thus translate all text values within the solution (mainly used by xaml files and report rendering.)
I learned early on that I would have to override/edit all of the "internal" tags and change them to "public" to allow access to other projects.
Each time I add a new term to the Resources.resx file I have to do this same edit procedure in the Designer.cs file.
My question is:
Is there someplace where I can change a template or setting to avoid having to do this every time?
Tom Mann MCSD C#