G
George Yuen
I have a problem adding localized string.
I'm doing multilingual C# application development using VisualStudio.NET.
There are many messages
which are generated during runing time, e.g.:
txtStatusMsg = "Server Error";
I want to make use of resource file to store all such strings for differnet
languages, so I edit the resource file and add such strings manually.
However, once I change any layout of the windows form, the resource file is
regenerated automatically and what I entered is disappeared.
Can anyone suggest what should I do? Thanks.
Cheers,
George
I'm doing multilingual C# application development using VisualStudio.NET.
There are many messages
which are generated during runing time, e.g.:
txtStatusMsg = "Server Error";
I want to make use of resource file to store all such strings for differnet
languages, so I edit the resource file and add such strings manually.
However, once I change any layout of the windows form, the resource file is
regenerated automatically and what I entered is disappeared.
Can anyone suggest what should I do? Thanks.
Cheers,
George