Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Localization (Read 1942 times)
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
Localization
Dec 3rd, 2007 at 4:02pm
Print Post  
Hi,

I would like to show Japanese characters for the text of a symbol.

But doing this:
[code]
Box three;
...
three.setText("Some_Japanese_Here");
[/code]

Doesn't show the Japanese Characters on rendering. Instead I get square boxes for the name.

How can I fix this?

Thanks,
Praveen
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Localization
Reply #1 - Dec 3rd, 2007 at 5:05pm
Print Post  
Hi,

Have you set the box.Font to one that contains a Japanese character set?

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint