Reputation: 375
What languages does the Panoramio JavaScript API support?
At http://www.panoramio.com/api/widget/api.html it's explained in the "JavaScript API" section that one may specify a language parameter. In the below example, English, or en is specified:
src="http://www.panoramio.com/wapi/wapi.js?v=1&hl=en"
In the above URL, an example specifying French, or fr, is given.
I guess you always specify a 2-letter code for the language, or, as I think it's called, a ISO 639-1 code.
So what is the list of supported languages?
Also, if one were to specify a language that is not supported, would it default to English?
Upvotes: 0
Views: 75