Deal with Results

Below is a description of how the results are presented depending on the chosen format.

XML

<callback xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schema.xsd">
<response>
    <iso>en</iso>
    <full-name>English</full-name>
    <img>http://langid.net/images/flags/48/en.png</img>
</response>
</callback>

JSON

{"response":{"iso":"en","full-name":"English","img":"http:\/\/langid.net\/images\/flags\/48\/en.png"}}