我想将api的响应翻译成另一种语言,任何有帮助的帮助。
JSONObject jsonObject = new JSONObject(res);
String one = (String) jsonObject.get("day");
day.setText(one);
String three = (String) jsonObject.get("month");
sunrise.setText(three);