09-26-2009 11:28 AM
Hello,
In my application GUI i'm using keyListener to capture the user key-presses and i would like to translate them from english to a different
language (which is supported by the device) but i don't know how to write the specific character in a different language, is that possible?
09-26-2009 02:15 PM
I think keyChar method of KeyListener (or Field) is excatly what you need. Here is a quotation from javadoc:
"key - Character generated, after any effects of the ALT or SHIFT keys and any complex keyboard mappings."