Reputation: 35268
How do I translate text a user types from English to another language? What APIs exist for this?
When a user types in text into a TextBox
on my ASP.NET page, I want it to be automatically translated into Tamil.
Upvotes: 0
Views: 2691
Reputation: 11626
@Pandiya: I believe you are talking about transliteration and not translation. Your intended output should be something like this ??. A search gave me this which pointed me to this software
Upvotes: 1
Reputation: 71070
Google provides a service to translate text:
AJAX Language API for Transliteration
Upvotes: 3
Reputation: 13229
The only thing I know of that could do this is Microsoft's translator, however it does not appear that Tamil is a supported language as of yet.
Upvotes: 0