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?

[480 byte] By [yael800a] at [2007-11-26 17:21:40]
# 1
You *do* know that fa-IR is Farsi/Iran and not Hebrew/Israel...
kirillga at 2007-7-8 23:49:40 > top of Java-index,Desktop,Core GUI APIs...
# 2
What I need to write to get hebrew?I can't found in the tutorial: http://java.sun.com/docs/books/tutorial/i18n/locale/create.html
yael800a at 2007-7-8 23:49:40 > top of Java-index,Desktop,Core GUI APIs...
# 3
hi,set your font to text area
dayanandabva at 2007-7-8 23:49:40 > top of Java-index,Desktop,Core GUI APIs...