I have implemented the Google AJAX API loader to retrieve information in German by loading the maps API using this code:
google.load("maps", "2", {language : "de"});
Despite trying variations such as deu
, ger
, de
, de_DE
, and even en and ja_JPbut
, I have not been successful.
If you are unfamiliar with my issue, you can view it here: . You can also test it at by entering the address in English on an English browser and in German on a German browser.