restored Cantonese as app Chi speech output: nothing else seems to work

This commit is contained in:
aarne
2015-04-16 06:52:09 +00:00
parent 295f4afd54
commit 538784e6dc
2 changed files with 3 additions and 3 deletions

View File

@@ -36,9 +36,9 @@ public class TTS {
*/ */
/* OR use separate entries for Cantonese and Mandarin */ /* OR use separate entries for Cantonese and Mandarin */
// if (language.equals("cmn-Hans-CN")) { if (language.equals("cmn-Hans-CN")) {
// language = "yue"; language = "yue";
// } }
Locale locale = LocaleUtils.parseJavaLocale(language.replace('-', '_'), Locale locale = LocaleUtils.parseJavaLocale(language.replace('-', '_'),
Locale.getDefault()); Locale.getDefault());