0

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");

Image of code

Alex Meuer
  • 1,230
  • 2
  • 23
  • 35
  • The way you used is undocumented programmatic solution. You could try the way in the link below. https://stackoverflow.com/a/10548680/11850033 – Wendy Zang - MSFT Oct 29 '21 at 05:38

0 Answers0