C# .NET - Any sample project using GoogleLanguageAjaxAPI
Asked By Daniel
09-Feb-12 04:14 PM
Hi!Please can someone give me any sample project using GoogleLanguageAjaxAPI.Thanx.
[)ia6l0 iii replied to Daniel
Google Translate API is going to be shutdown. You can read more about that in http://googlecode.blogspot.in/2011/05/spring-cleaning-for-some-of-our-apis.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+blogspot/Dcni+(Google+Code+Blog).
However, for sample - you can look at this http://code.google.com/p/google-api-dotnet-client/source/browse?repo=samples#hg%2FTranslate.TranslateText.
Hope this helps.
Suchit shah replied to Daniel
For that you can look it here :
http://googleajaxsearchapi.blogspot.in/2008/03/introducing-ajax-language-api-tools-for.html
http://www.raymondcamden.com/index.cfm/2009/10/26/Quick-ColdFusionjQuery-Google-Ajax-Language-Example
http://www.ajaxapp.com/2009/03/04/ajax-language-translation-tool-based-on-google-ajax-language-api/
http://software.intel.com/en-us/blogs/2008/03/21/google-ajax-language-api-first-impressions/
http://vincenthomedev.wordpress.com/2008/06/14/calling-google-ajax-language-api-in-c-net/
dipa ahuja replied to Daniel
Untitled document
Using goole translator your can provide option to choose language:
</div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
Hello World!
Output

translation hi, i have placed 2 textboxes and one button in my windows forms application project
translation using javascript hi i want to translate from to English to any other language using
Translation Problem Excel I want to translate Thai language to English language.But I cannot choose Use online machine translation in translation options.So I cannot choose translate Thai to english function.please help me. remark : My please (1) Then you will need a 3rd party software or perform it manually. keywords: Translation, Problem description: I want to translate Thai language to English language.But I cannot choose Use online machine translation in translation options.So I cannot choose transla
language translation hi to all, i want to tranlate english to any other language in java script using google translation api.here i have two text boxes, in first i am writing the text in a function to switch from the currentlanguage to another var callback = function (result) { if (result.translation) { translateDiv.set( "html" , result.translation); } }; / / Add a click listener to update the DIV $$( "#languages a" ).addEvent( "click" , function (e) { / / Stop if (e) e.stop(); / / Get the "to" language var toLang = this .get( "rel" ); / / Set the translation into motion google.language.translate(translateDiv.get( "html" ), lang, toLang, callback); / / Set the new language API Usage Example google.load( "language" , "1" ) function translate() { google.language.translate( "The First Automatic Translation" , "en" , "fr" , function (output) { alert(output.translation) }) } google.setOnLoadCallback(translate); refer http: / / news.softpedia.com / news / Automatic-Text-Translation-with-Javascript-81436.shtml See if this works for you google-language-api-for-dotnet
code translation I'm just trying to understand this piece of code: If num1 AND num2 THEN