From what I\'ve read, speech recognition is available for 3 languages: English (UK, US, Au ..), Japanese and Chinese (Mandarin).
Does anyone know more details about
You might want to take a look at android.speech.RecognizerIntent It looks like you can get Language support info from there by calling getVoiceDetailsIntent().
Have a look at the API docs here