I am using VS2008 to develop a WinForms 2.0 application. I have read about how to localize my app in the Visual Studio by setting the Localizable property to true in the designer etc.
I would like to ask about your experience, how does it work when I translate the app into several languages and then make changes to the user interface. For example, I add some buttons, delete some other controls from a form etc. I know it isn't best practice, but sometimes I have to localize the app in the middle of development and then continue to add new features. Does it all work or will I end with some corrupted resource files or such?
The reason I am asking is that I had used Borland C++ Builder before, which had big problems when I changed UI in an already localized app.