Hello,
Language Detection API is a service to query the language of a given input text. You will need to register an API key in the web site
http://detectlanguage.com to use the service.
This client enables to use the service from Pharo Smalltalk. The output is an object containing the language code, a confidence score and a 'is reliable' boolean value.
Cheers,
Hern��n