Japanese localisation

T

Thorben

Hello group,



does anybody knows a way to add Japanese language to a western language
based application? Our software is switch-able between English and France.

Now I got the job to add Japanese to the application. But when I put
Japanese strings from MS Word per drag and drop into the text filed of a
label I get only square characters. Has any body an Idea what I should do?
 
M

Marc Bernard

Thorben said:
Hello group,



does anybody knows a way to add Japanese language to a western language
based application? Our software is switch-able between English and France.

Now I got the job to add Japanese to the application. But when I put
Japanese strings from MS Word per drag and drop into the text filed of a
label I get only square characters. Has any body an Idea what I should do?


Here's a good place to start:

http://msdn.microsoft.com/library/d...ide/html/cpcondesigningglobalapplications.asp
 
B

Bob Sillett

You want to use the resource manager. You can then create different TXT
files for each language.

The trick to adding Japanese (or Russian) support is to save the TXT file as
Unicode. You do this in VS by File / Save As... You will then see an
option to change the encoding from ASCII to whatever you want - Unicode in
this case.

Note that Unicode is only supported on Windows 2000 and above. You're out
of luck with Windows 98/Me.

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top