Entries Categorized as 'API'

Playing with the Google Language API

Friday
Sep 26,2008

 The Google AJAX Language API lets you translate and detect the language of blocks of text. For non-Javascript environments, it exposes also a simple RESTful interface to use in combination with JSON to decode the result. Let’s try a simple Flex example of language detection :
Demo (right click for the source code)
It’s pretty easy to achieve. Here is how to call [...]