• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How can I get the system setting for the Google voice typing languages?

Kiki7913

Lurker
Hi,

I am writting an app in whch I have integrated speech recognition for 3 different languages.
However I would like to select between languages based on the setting in the Google voice typing languages.

I have managed to get the default "Language & input" language by calling:
String myLanguage = java.util.Locale.getDefault().getDisplayName();

But I couldn't figure out how to retrieve the language that is being set under the google Voice typing...
 
Back
Top Bottom