This sample VB.Net application demonstrates how to translate text from English to Chinese (Simplified) using both the Bing and Google translators. The code can be modified to work with any of the supported languages.
All code was moved to Google Drive here:
https://drive.google.com/drive/folders/0BxXnsiUlViylLVpKTEpZWm0tU1E?usp=sharing
Look for these two files:
Source Code files (VB.NET 2008)
LanguageTranslatorCode.zip (98kb)
Executable File is here:
LanguageTranslatorExe.zip (70kb)
Bing Web Service Information Links
Bing Translator Home Page
http://msdn.microsoft.com/en-us/library/dd576287.aspx
Service Page
http://api.microsofttranslator.com/V1/SOAP.svc
Getting Started
http://msdn.microsoft.com/en-us/library/dd575235.aspx
Webpage Widget
http://www.microsofttranslator.com/Widget/?ref=MSTWidget
Google API Information Link:
Google Translate API for .NET 0.3
http://code.google.com/p/google-api-for-dotnet/
Comments
Post a Comment