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