|
Arabic text in JApplet
Hi,
I'm developing a JApplet with many swing components, using English and Arabic text.
When I set the Regional setting to Arabic, it works fine.
but setting it to English, caused the text to be corrupted.
Any suggestion pls.
used the below as well, but nothing changed
Locale.setDefault(locale1);
Locale locale1 = new Locale("ar", "SA");
pls help
|