what localization changes are needed for Arabic with Java Applet

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-04-23T11:06:23Z Indexed on 2010/04/27 12:13 UTC
Read the original article Hit count: 376

Filed under:
|
|

How big task is it to implement support for Arabic localization, our Java 1.5 Applet was designed as fully localizable (european languages) but now we plan to add also arabic as a new language.

We are using custom GUI text i/o components inherited from Component class using e.g. Drawstring, how well is arabic supported within Component class ?
The keyboard input is done with KeyListener getKeyChar, getKeyCode etc.

© Stack Overflow or respective owner

Related posts about localization

Related posts about java