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

Detecting Culture Codes

Demo ASPXCode-Behind
Enter some text for the language you want detected:
Results
Easily use the Microsoft Translator HTTP API to translate a specific string or detect the language of specific text. This can be achieved through a simple web request to the Microsoft Translator HTTP web service.
The example above demonstrates how the translator can detect a language parsed to it through the web request URL. Try entering your own text in the above box and clicking the 'Detect Language' button. The language you entered will be returned in it's culture code format. Once you've tried the demo, click the Code-Behind tab above to see how this has been achieved in C#.