How to edit localized forms all at one time in Visual Studio

Posted by SoMoS on Stack Overflow See other posts from Stack Overflow or by SoMoS
Published on 2010-04-15T10:43:58Z Indexed on 2010/04/15 11:43 UTC
Read the original article Hit count: 344

Filed under:
|
|

Hello,

I have several forms that are localized to multiple languages. If I do a change on one form (for example, changing the size of a textbox) the change is done only on the localized version of the Form that I have currently selected.

Is there a way of extending the change I've done the different localized versions of the same Form to avoid having to go one by one doing the same change by hand?

Thanks in advance for your help.

EDIT: I'm talking about different forms when the real thign is that you have one form and several resources. The point is that at the end is just like if you have different forms for each locale because the form is built with the data from the resource. The problem is still the same because the edits done on the form are stored at one resource file and I have to put by hand those edits in all the resources.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about localization