Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please anybody help me because i am so worried. i want to translate English speech to urdu language in c# window form application. i tried so much but can't do this.

What I have tried:

search so much on google but not find.
Posted
Comments
Mohibur Rashid 10-Oct-18 8:47am    
Google offers API. There is also other services that offers API. Why are you worried though?
Muhammad Ishafaq 11-Oct-18 0:30am    
google api is not a free this should be purchased so if you have share with me plz
Richard Deeming 11-Oct-18 9:33am    
Your problem has three parts:

1) Converting speech to text;
2) Translating text from English to Urdu;
3) Converting text to speech;

None of these parts are trivial. Windows[^] and some web browsers[^] will help you with 1 and 3, but you're unlikely to find a free API to cover 2.

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