Reputation: 4914
I want to make an app that allows the user to quickly change input language on his android phone...
I've searched Android Dev but I couldn't find the appropriate class... Any ideas?
Upvotes: 1
Views: 511
Reputation: 45942
Unfortunately, you can not change the locale of the user from withing your application.
This is not possible until the date of this question.
Swiping the spacebar to change the locole (language) is a behavior due to the android's default soft keyboard.
It will not work ):
Upvotes: 1