I have a VS Solution
in that my project contains something around 160 Forms. Now I want to get the Control's text
property from all the forms.
Why I want to do is my application is in English Language. My client asked me to convert the whole software into other languages also. Now he wants me to provide him list of all menu and other controls in a Excel or XML sheet from where he will translate everything.
SO is there any mechanism available which can read all of my forms and its control and save text/caption
of every item in a external file or may be in any medium.
Is it possible. Looking for fellow support. Regards.
ADD1:
Like I have a MDI form and its designer contains this.mnu_recycle.Text = "Recycle";
Likeways we have n
number of .Text
items. I just want a list of all of them.