Can it be done

  • Thread starter Thread starter MAF
  • Start date Start date
M

MAF

Is there anyway to create some code that will go through every form and
control in my solution and update the lanuage property?

I was trying to create an addin to do this but I can't figure out how to
loop through the forms.



Thanks
 
Can it be done?
Yes.

Although I'm not an expert in this area, with a few minutes of searching I
found some things that might help.
- DTE.ActiveSolutionProjects... ProjectItems collection... ProjectItem
should get you to a list of files.. you take it from here.

Alex Korchemniy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top