Text to speech,C# Indian Regional languages

Posted by Raja_89 under C# on 4/25/2014 | Points: 10 | Views : 1470 | Status : [Member] | Replies : 0
Hai
In my application ,i have an option to choose the languages which is available in India .
I have used CultureInfo but it is not working
How can i achieve it

Code:

PromptBuilder culture = new PromptBuilder(new System.Globalization.CultureInfo("ta-IN"));
culture.StartVoice(new System.Globalization.CultureInfo("ta-IN"));

culture.AppendText("mk;kh");

culture.EndVoice();


Regards




Responses

(No response found.)

Login to post response