0
votes

I have a solution which has approximately 30 win forms in it. These forms need to be localized for three other languages. I have written an application which generates resx files for these languages for the windows forms.

Now I have 90 resx files generated and located at the same place where their original resx files reside. What I want is not to add these existing resources manually.

Is there any way to add these existing resources at once in Visual studio or somehow programmatically?

1

1 Answers