Hi,
  I have seen there is a voice input setting introduced for android
2.2, it has a language setting for voice input recognitions.
  Is there a way to read this settings from my app?

I read through the doc, didn't find anything.

But I found out I can add extra language to the RecognizerIntent,

ie. intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, Locale.ENGLISH );

But still I cant get my voice recognized when I have the language set
to chinese in voice input.

How do I detected if they have set to other languages rather than
English and prompt them to set it to English?

Thanks for help!

Kevin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to