Microsoft Translator Interactive SDK
Microsoft Translator
≫
Developer Tools
≫ SDK
[This is preliminary documentation and is subject to change.]
Web Widget
Create a Web Widget
AJAX Interface
Translating Asynchronously
Translating Elements
Excluding Elements
HTTP Interface
Detecting Culture Codes
POST Translation
Get Supported Languages
SOAP Interface
Getting Started
Detecting a Language
Get Supported Languages
SOAP Translation
Getting Started
Getting Started
Please note the AppID referenced is the
Bing developer AppID
.
Summary
To start using the SOAP API for the Microsoft Translator service you will first need to ensure you are using the .NET 3.5 Framework then add a service reference to your project. To do this, right-click on the project and select 'Add Service Reference'.
Enter the URL http://api.microsofttranslator.com/V1/Soap.svc into the Address field and click
Go
. A Soap service should appear in the left menu. Set the namespace property to TranslatorService and click
OK
to add the client proxy classes to the project.
You will now be able to create an instance of the TranslatorService in your code and call the various methods available. This is covered in more detail in the following SOAP demos.