I am trying to convert Arabic text to speech in my app but it seems that the current Android TTS does not support the Arabic language? Is there any way I can do to To support Arabic speech in my app
when I set Language UK it works ok
textTospeech.setLanguage(locale.UK);
but when to change Language to Arabic it not Get the speech text
Locale locale = new Locale("ar");
textTospeech.setLanguage(locale);