Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Farsi Problem

  Asked By: Vernon    Date: Jan 21    Category: Java    Views: 745
  

i am willing that user can change application language by pressing F2 key
i mean when user press F2 he(/she) can enter Farsi text in JTextField and by pressing F2 again he(/she) can enter English text.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Sophie Campbell     Answered On: Jan 21

As far as I know JDK is not so deep to support all operating systems
features not to lose its moto "WORA (Write once, run anywhere)".
So java developers sometimes refer to JNI to have access to the native
services.

In a project which I used to develop it using Eclipse RCP, SWT and
JFace I'd found some utilities to even change  the current operating
system language. So it could be a good reference to write you own JNI
for Swing.

 
Didn't find what you were looking for? Find more on Farsi Problem Or get search suggestion and latest updates.




Tagged: