hey i'm trying to create a tts
for 3 different language
they are English, Spanish, and Indonesia
i got no problem with English and Spanish
they work fine, but i got an error with the Indonesian language
i tried different ways and different locale combination but still no luck
here is my code for Indonesia :
Locale locInd = new Locale("IDN");
int result = tts.setLanguage(locInd);
I've tried locale("in","ID");
, locale("ind","IDN");
, locale("in_ID);
but also still no luck
every time i tried, the output is in English rather then Indonesian
i used jellybean(4.2.2) emulator to run it
and there is in_ID
in locale when i run the emulator
EDIT : i found my problem, in pico TTS indonesian is not installed is there a tutorial where each time there is not supported language it will pop up to ask for install?