Text to Speech Locale Hindi Indian

后端 未结 1 529
暗喜
暗喜 2020-12-20 18:46

I\'ve created a Text to Speech Engine for Android that supports many languages, one of which is Hindi.

In the Android Text to Speech Settings, when the user selects

1条回答
  •  离开以前
    2020-12-20 19:01

    TTS uses 3-letter codes* for language and locale. So, based on that language/country code for:

    Hindi         hin-IND
    Indonesian    ind-IDN
    

    Hope this helps.


    *This needs a proper citation from sources: I just made my conclusion based on existing TTS engine implementations.

    0 讨论(0)
提交回复
热议问题