Click here to Skip to main content
15,921,548 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
Rajesh R Subramanian28-Mar-08 3:11
professionalRajesh R Subramanian28-Mar-08 3:11 
GeneralRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
ganesa moorthy28-Mar-08 2:41
ganesa moorthy28-Mar-08 2:41 
QuestionRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
Matthew Faithfull28-Mar-08 2:11
Matthew Faithfull28-Mar-08 2:11 
GeneralRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
ganesa moorthy28-Mar-08 2:46
ganesa moorthy28-Mar-08 2:46 
GeneralRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
Royaltvk28-Mar-08 4:33
Royaltvk28-Mar-08 4:33 
GeneralRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
Matthew Faithfull28-Mar-08 4:43
Matthew Faithfull28-Mar-08 4:43 
QuestionRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
ganesa moorthy28-Mar-08 4:52
ganesa moorthy28-Mar-08 4:52 
GeneralRe: Multilingual preparation - How to make Chinese Text or japanese text appear on menu items or button captions etc., Pin
Matthew Faithfull28-Mar-08 5:09
Matthew Faithfull28-Mar-08 5:09 
That's a good place to start. You need a few things.
WinXP Chinese Language pack installed. It's probably still an optional Windows Update on the Windows Update site.
Make sure your application has the UNICODE and _UNICODE (someone at MS screwed up) preprocessor symbols defined in the project.
The Static control must be using a font with Chinese characters, e.g. Arial UNICODE
Copy some Chinese characters from a Web page and paste them into your Chinese language string table resource. The BBC news site news.bbc.co.uk is good 'cause they have multiple translations of the main pages you can access.
Make sure your code uses tcs or wcs versions of all the string handling functions, TCHAR or wchar_t everywhere and never char so you don't corrupt the UNICODE characters between loading them from your resource and calling SetWindowText on your Static control.
That it. ?? Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Multilingual preparation - Small doubt may be silly sorry to trouble you [modified] Pin
ganesa moorthy29-Mar-08 1:53
ganesa moorthy29-Mar-08 1:53 
GeneralRe: Multilingual preparation - Small doubt may be silly sorry to trouble you Pin
Matthew Faithfull29-Mar-08 5:43
Matthew Faithfull29-Mar-08 5:43 
GeneralRe: Multilingual preparation - Small doubt may be silly sorry to trouble you Pin
ganesa moorthy29-Mar-08 5:52
ganesa moorthy29-Mar-08 5:52 
GeneralRe: Multilingual preparation - Small doubt may be silly sorry to trouble you Pin
Royaltvk31-Mar-08 3:12
Royaltvk31-Mar-08 3:12 
GeneralRe: Multilingual preparation - Small doubt may be silly sorry to trouble you Pin
ganesa moorthy31-Mar-08 3:19
ganesa moorthy31-Mar-08 3:19 
QuestionHow Can Show Dialog Box Initially Maximize? Pin
Le@rner28-Mar-08 1:27
Le@rner28-Mar-08 1:27 
AnswerRe: How Can Show Dialog Box Initially Maximize? Pin
Saurabh.Garg28-Mar-08 2:18
Saurabh.Garg28-Mar-08 2:18 
GeneralRe: How Can Show Dialog Box Initially Maximize? Pin
Le@rner28-Mar-08 2:23
Le@rner28-Mar-08 2:23 
GeneralRe: How Can Show Dialog Box Initially Maximize? Pin
Le@rner28-Mar-08 19:06
Le@rner28-Mar-08 19:06 
GeneralRe: How Can Show Dialog Box Initially Maximize? Pin
Saurabh.Garg28-Mar-08 20:06
Saurabh.Garg28-Mar-08 20:06 
GeneralRe: How Can Show Dialog Box Initially Maximize? Pin
Le@rner28-Mar-08 21:05
Le@rner28-Mar-08 21:05 
AnswerRe: How Can Show Dialog Box Initially Maximize? Pin
Hamid_RT16-Apr-08 0:33
Hamid_RT16-Apr-08 0:33 
QuestionTo Access Visual Studio Command Prompt Programmatically Pin
Mushtaque Nizamani28-Mar-08 0:40
Mushtaque Nizamani28-Mar-08 0:40 
GeneralRe: To Access Visual Studio Command Prompt Programmatically Pin
rp_suman28-Mar-08 0:58
rp_suman28-Mar-08 0:58 
GeneralRe: To Access Visual Studio Command Prompt Programmatically Pin
David Crow28-Mar-08 3:02
David Crow28-Mar-08 3:02 
Questionhow to send http request in C++? Pin
Nimesh Aghera28-Mar-08 0:31
Nimesh Aghera28-Mar-08 0:31 
GeneralRe: how to send http request in C++? Pin
rp_suman28-Mar-08 0:47
rp_suman28-Mar-08 0:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.