when I do a query like http://api.wunderground.com/api/my_key/conditions/forecast/lang:EN/q/BY/Minsk.json
all good I have ful answer
But if I put in a query Lang:RU
I have trouble
Query http://api.wunderground.com/api/my_key/conditions/forecast/lang:RU/q/BY/Minsk.json
returns me the following:
{
"response": {
"version":"0.1",
"termsofService":"http://www.wunderground.com/weather/api/d/terms.html";,
"features": {
"conditions": 1
,
"forecast": 1
}
, "results": [
{
"name": "Минск",
"city": "Минск",
"state": "",
"country": "BY",
"country_iso3166":"BY",
"country_name":"Белоруссия",
"zmw": "00000.1.26849",
"l": "/q/zmw:00000.1.26849"
}
,
{
"name": "Minsk",
"city": "Minsk",
"state": "",
"country": "BY",
"country_iso3166":"BY",
"country_name":"Белоруссия",
"zmw": "00000.1.WUMMS",
"l": "/q/zmw:00000.1.WUMMS"
}
]
}
}