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.
Displaying Chinese characters at design time
-
- Newbie
- Posts: 5
- Joined: Fri Jan 30, 2009 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 5
- Joined: Fri Jan 30, 2009 12:00 am
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
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |