Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi to all
I wana writing a App that user could enter text to it. this program is persian language. but I dont know that how to change keyboard language?
blease help me, if you know.
Posted
Comments
Sergey Alexandrovich Kryukov 22-Sep-11 14:13pm    
What is "keyboard language"?
--SA

1 solution

You should not do it. The user sets up "Regional and Language Options" of the systems and adds languages, defined what keyboard layout to use and what keys use to switch between input languages. It really has nothing to do with your application. It should work with what the user enters.

[EDIT]
I did not pay attention that it's Android while writing about Windows-specific "Regional and Language Options". Anyway, setting up and switching keyboard layout and input language is always done by the user of OS.
[END EDIT]

You can develop and provide a virtual keyboard, but this is a different story.

[EDIT]

…Yes, a different story. There is a lot of information of virtual keyboards: http://en.lmgtfy.com/?q=virtual+keyboard+android[^].

—SA
 
Share this answer
 
v3
Comments
omid.nazifi 25-Sep-11 0:47am    
thanks SAKryukov
you wrote "develop and provide a virtual keyboard", what do you mean?
Do you have a solution?
Sergey Alexandrovich Kryukov 25-Sep-11 11:07am    
Please see the update above, below [EDIT].
--SA
Simon Bang Terkildsen 25-Sep-11 11:14am    
my 5
Sergey Alexandrovich Kryukov 25-Sep-11 11:55am    
Thank you, Simon.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900