sbhatt
sbhatt

Reputation: 401

Multiple language keyboard selection problem in android

I want to implement arabic, spanish and french soft keyboard in my android application.If User prefers French language than French keyboard should open, if user prefers Arabic than arabic keyboard should get opened......and my application is developed in android 2.2. i want this to implement programmatically. Can any one help me out ?

Thanks in advance

Upvotes: 3

Views: 1543

Answers (1)

Heidar
Heidar

Reputation: 508

One solution is that you write your own keyboard and inform it that you want a custom language.
This is a little time consuming as mentioned here.

Upvotes: 1

Related Questions