Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, April 8, 2010 1:12 AM
Hello Friends,
I am writing a class for English to Hindi conversion/Translate.unable to write
please give any idea or some code in C#.net to do it
ThankYou
All replies (6)
Thursday, April 8, 2010 3:57 AM ✅Answered
By javascript: http://code.google.com/apis/ajaxlanguage/documentation/#Examples
Bycode: http://code.google.com/p/google-api-for-dotnet/
Friday, April 9, 2010 12:24 AM ✅Answered
Check this page & do chek the way of using this api on this page also ->
http://code.google.com/p/google-language-api-for-dotnet/
Thursday, April 8, 2010 2:45 AM
<td class="style2" valign="top">
<div id="google_translate_element" style="text-align: left">
</div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script>
<script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>
</td>
Thursday, April 8, 2010 2:53 AM
Hi Rakesh,
You can use Google Language API to solve your problem. You can have a look at this post
http://www.eggheadcafe.com/articles/20050725.asp for help
Mark this as Answer if this post helps you
Friday, April 9, 2010 8:35 AM
Thanks Yar for quick reply
But i am working on windows application and
need code for C#.net
Monday, April 12, 2010 8:32 AM
Ya, i am working on Windows app and code required in C#.net OR class file