Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simplified Chinese in application

Status
Not open for further replies.

serializer

Programmer
May 15, 2006
143
SE
I have some unicode text in simplified chinese stored in xml files. Those are loaded at start of my WinForms application and the idea is to replace the text on demand. Simplified chinese is one of many languages you can choose from. Currently, I am using Tahoma and I am a bit sure of the approach. Apparently it can't display the characters but what should I do? Should I deliver a another font with the setup or will Tahoma "be" another font for Chinese Windows users?

thanks for your comments!
 
Why use a separate XML file when the .NET resource files do the same thing, as well as working "out of the box"? Pick up a copy of "Developing International Software" by Microsoft Press.

Also - Tahoma is not a full Unicode font. You'll want something like Arial Unicode MS.

Here are some Simplified Chinese fonts for you:

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Thank you for your response. Actually I had some progress with this issue. The reason why I'm using a XML-file is because the translation interface is on the web and I wanted an easy way to download the information from the database into files.

Also, hardcoding do Tahoma did not pose any problems after installing the Asian package in regional settings. I assume that Chinese windows already have this pre-installed, and for those who haven't I rather point to installing that package than using different fonts all over my application.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top