How can I generate voice recognition result in Arabic in android Xamarin?
I tried this but it didn't work:
voiceIntent.PutExtra(
"android.speech.extra.EXTRA_ADDITIONAL_LANGUAGES",
new String[] { "ar-SA" }
); //arabic recognizer
voiceIntent.PutExtra(RecognizerIntent.ExtraLanguagePreference, "ar-SA");