Multilanguage Support In C#
- by Pramodh
Dear All,
I've developed a sample software in c# windows Appliation. How to make it a multilingual supporting software.
For Example: One of the message boxes display " Welcome to sample application"
i installed the software in a chinees os , but it displays the message in english only.
i'm using "string table" for this problem.
In string table i need to create entry for each messages in english and Chinees.
its a timely process. is there any other way to do this?