Android Text To Speech in Arabic

  • Replies:1
Ulaş Öcal
  • Forum posts: 1

Dec 8, 2015, 8:56:41 PM via Website

I want to make a TTS application trying available locales for TTS.
It doesn't work when I set it for Arabic-Egypt (available in supported locals). I miss something?

//  Working examples
Locale locale = new Locale("en", "EN");
Locale locale = new Locale("es", "ES");
result = tts.setLanguage(Locale.FRENCH);

//  It doesn't work

Locale locale = new Locale("ar", "EG");
result = tts.setLanguage(locale);

Reply
EdwardSmith36
  • Forum posts: 85

Jan 11, 2016, 1:09:22 PM via Website

I don't think it is possible, if it does then well & good.

Reply