Я хочу перевести ответ API на другой язык, любая помощь благодарна.
JSONObject jsonObject = new JSONObject(res); String one = (String) jsonObject.get("day"); day.setText(one); String three = (String) jsonObject.get("month"); sunrise.setText(three);