Is there a reliable way to convert a given set of Simplified Chinese characters into their equivalent Traditional Chinese chars in a C# program?
Edit: If you use google translate, it's pretty reliable conversion from one to the other, however, how to do the conversion in C#?