• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Bringing Chinese/Japanese characters as JLabel Text

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In our application we are planning to implement multiple languages as labels.
We succeded to implement French,German etc because the characters are present on keyboard and the editors support the text.
Now we are planning to implement Chinese/Japanese. At this moment we dont know whether we can type Chinese/Japanese text through key board and whether our editor support those characters.
Can anybody please tell me the procedure to bring Chinese/Japanese Characters as JLabel Text in Swing Application?
Thanks in advance,
Vattikuti
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,I am Chinese.
First,you can input Chinese characters via the keyboard,but you should install a chinese support software which allow you to read and input chinese charaters on your OS.Another problem,do you know "pinyin" of Chinese which is like phonetic symbol in English? It is required when you input Chinese characters.
Then you can use it like this:

If your Explorer doesn't support Chinese,you can't see Chinese charaters above.
[ July 16, 2003: Message edited by: jiayu gao ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic