How big is the task of introducing support for Arabic localization, our Java 1.5 Applet was designed as fully localizable (European languages), but now we plan to add Arabic as a new language.
We use custom GUI I / O components inherited from the Component class, for example, Drawstring, how well is Arabic supported in the Component class?
Keyboard input is performed using KeyListener getKeyChar, getKeyCode, etc.
source
share