ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
621 stars 156 forks source link

implement hindi language in react-native-tts #105

Open renusri066 opened 5 years ago

renusri066 commented 5 years ago

Please help how to implement hindi language in react-native-tts

HarshitMadhav commented 5 years ago

@renusri066 have you implemented hindi language in react-native-tts?

HarshitMadhav commented 5 years ago

I figured on my own. Use Tts.setDefaultLanguage('hi-IN') for Hindi language

nkpatel0801 commented 1 year ago

@HarshitMadhav Can you share your code snippet for hindi language text to speech as i have tried but Tts.setDefaultLanguage('hi-IN') is not working for me.

puneetkansal04 commented 11 months ago

@nkpatel0801 @HarshitMadhav also not working for me Hindi language let me know if you guys resolved it