Recently i needed a Java Array of all Languages, containing some unique id.
I found that ISO 639 is exactly what i needed. The list is offered by the Library of Congress in a CSV like Format (link).
So i parsed this data and thought that maybe someone can use this, either the Java Array or the Code as Example for parsing external data with JavaScript.
Demo:
To fetch the list i used Ben Almans JSONP Proxy and Ben Nadels CSVToArray Function.
Continue reading