Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I need to read the multi languages texts using Speech Synthesizer .

I have loaded the texts (tamil & Hindi) from DB, but SpeechSynthesizer is not reading other than English language.

Please do the needful as earliest as possible.

What I have tried:

am not sure how to make it happen.

Tried something with this, but no use;

System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo("ta-IN");
Posted
Updated 4-Aug-16 1:35am
Comments
Bernhard Hiller 4-Aug-16 8:18am    
Does your SpeechSynthesizer support any Indian languages at all? I doubt that.

1 solution

Please check this reference and an example for French language

PromptBuilder Constructor (CultureInfo) (Microsoft.Speech.Synthesis)[^]

Hope this helps (at least a bit :-))...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900