Hi,
In my program I have a form that uses localized labels (from resx file). Unfortunately whenever I add a new control - designer is refreshing all the labels to their default values. Does anyone know how to prevent that from happening? Is there a better way of localizing forms or is creating a method that will replace all the labels on form load the only option?
Similar problem is posted in this question but this is obviously not the best solution for my issue.
P.S. I don't want to use forms localization property cause this gives me to little flexibility (or I'm just to dumb to use it :P). I don't like when to much things happens behind the scenes.
Thanks in advance