android - How to start activity Language and input -


i want open (start) activity named: "language , input", user can change device language.

startactivity(new intent(locale....)); 

it's in locale or... settings? it?

try this

intent intent=new intent(android.provider.settings.action_input_method_settings); startactivity(intent); 

Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -