Unless they provide an API of some kind your only choice would be to "screen scrape" the page - in other words load the page using curl (or some other method) and then search for "dbpedia-owl:language" and get the string that follows (dbpedia:French_language) and parse it to make it nicer looking.