Is it possible to change a textbox's text which is in english to tamil in C#
Question
How do I translate text a us开发者_如何学Cer types from English to another language? What APIs exist for this?
Background
When a user types in text into a TextBox
on my ASP.NET page, I want it to be automatically translated into Tamil.
Google provides a service to translate text:
AJAX Language API for Transliteration
@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
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.
精彩评论