[This is preliminary documentation and is subject to change.]

Get Supported Languages

Demo ASPXCode-Behind
Click to see the list of support languages:
Click to see the list of support languages:
Results
You can use the Microsoft Translator HTTP API to get the full list of supported language names and culture codes. This is achieved through a simple web request to the GetLanguages or GetLanguageNames methods of the API's web service.
Clicking the above buttons will create a web request to the associated method, read the response into a string, and display it in a label on the page. These methods are powerful when used in conjunction with the Detect method to display the full language name over just the culture code - an example of this is covered in the SOAP demos. Click the Code-Behind tab to see how to make a request to these two methods.