Hi
Every controls in my application is translated into the current Culture (UICulture). Now, in a MessageBox class I want to place text to that would be translated programatically by a ResourceManager instance.
e.g. rm.GetString("MyStringToTranslate").
Now, that works fine until i do edit a tooltip text or something similar that would write translation text into the resource files. Because at that point of time, my (by hand) inserted values would be overwritten (well, i must admit VisualStudio warns me about that).
Is there a way to prevent this overwriting?
any hint is appreciated.
Every controls in my application is translated into the current Culture (UICulture). Now, in a MessageBox class I want to place text to that would be translated programatically by a ResourceManager instance.
e.g. rm.GetString("MyStringToTranslate").
Now, that works fine until i do edit a tooltip text or something similar that would write translation text into the resource files. Because at that point of time, my (by hand) inserted values would be overwritten (well, i must admit VisualStudio warns me about that).
Is there a way to prevent this overwriting?
any hint is appreciated.