Displaying Chinese characters at design time

TeeChart for ActiveX, COM and ASP
Post Reply
loulblades
Newbie
Newbie
Posts: 5
Joined: Fri Jan 30, 2009 12:00 am

Displaying Chinese characters at design time

Post by loulblades » Thu Feb 19, 2009 6:49 pm

Environment:
MS Vista Ultimate 32
MS Visual Studio 2008, C#
TeeChart ActiveX v8 Unicode

I have seen the replies about displaying Chinese characters at runtime by using CodeUTF8String but what about at design time? I want the environment to select which language to use by what's in the resource files. When I try to put Chinese characters in using the editor (and the form is set to Chinese) I get "??".

Any help would be appreciated.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Feb 20, 2009 10:23 am

Hi loulblades,

Have you tried setting your VS2008 forms with encoding?

1. Go to Visual Studio's File menu
2. Choose "Save Form1.cs As".
3. Press the down arrow in the "Save" button and choose "Save with Encoding" and choose the encoding you wish to use there.

If this doesn't help don't hesitate to let us know.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

loulblades
Newbie
Newbie
Posts: 5
Joined: Fri Jan 30, 2009 12:00 am

Post by loulblades » Mon Feb 23, 2009 7:18 pm

Saving with encoding did not appear to help. My workaround at the moment is placing Visual Studios labels for headers and such. What a pain.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Mar 02, 2009 12:14 pm

Hi loulblades,

You probably need the multilanguage + unicode version. Note that the unicode version allows you to view unicode text at runtime using methods like CodeUTF8String, but the multilanguage version is the one that allows you to see the editors with the language you choose.

Could you please see if this version solves your problem?

Thanks in advance
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply