translations property

Map<String, String> translations
final

A map of two-digit ISO language codes, and translated names of this country

In JSON format, for Afghanistan, this might look like:

{
  "kr": "아프가니스탄",
  "br": "Afeganistão",
  "pt": "Afeganistão",
  "nl": "Afghanistan",
  "hr": "Afganistan",
  "fa": "افغانستان",
  "de": "Afghanistan",
  "es": "Afganistán",
  "fr": "Afghanistan",
  "ja": "アフガニスタン",
  "it": "Afghanistan",
  "cn": "阿富汗"
}

Implementation

final Map<String, String> translations;