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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -