How to use google translator in web application?If any one has any examples please let me know..
Actually what i want is in a form i have two blocks if i entered text (english) in one block then in the other block it should translate to the other language..and also i want to save this content..
Thanks & Regards
Divya
Loading

Posted Jun 20, 2012, 8:37 AM
http://www.c-sharpcorner.com/uploadfile/hec.ravi/how-to-create-a-language-translator-using-googles-api-and-javascript/
<script src="Scripts/jsapi" type="text/javascript">script>
<script type="text/javascript">
google.load("language", "1");
function translate()
{
google.language.translate("
if (!result.error) {
}
});
}
Other useful links.
http://gapidotnet.codeplex.com/
http://www.dotnetobject.com/Thread-Google-Language-translation-APIs-asp-net-c
http://code.google.com/p/google-api-for-dotnet/
http://www.codeproject.com/Articles/305536/Google-Translator-API-v2-Implementation
http://weblogs.asp.net/jalpeshpvadgama/archive/2010/05/18/google-translation-api-integration-in-net.aspx