Multilanguage Support In C#

Posted by Pramodh on Stack Overflow See other posts from Stack Overflow or by Pramodh
Published on 2010-05-31T04:40:52Z Indexed on 2010/05/31 4:42 UTC
Read the original article Hit count: 204

Filed under:

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?

© Stack Overflow or respective owner

Related posts about c#