About Locale & JTextArea
Hi,
If I want to write in hebrew, I have to write:
txtArea.setLocale(new Locale("fa","IR"));
So, why I don't get the letters in hebrew?
it's write to me in english..
ONLY if I press on SHIFT + ALT --> the letters are change from now to heberw or english letters..
This issue not support is swing?
Am I have to program my self this key events?

