belize top-level constant
Country
const belize
The country of Belize
, and its 6 states
Implementation
const Country belize = Country(
id: 23,
name: "Belize",
longitude: -88.75,
latitude: 17.25,
capital: "Belmopan",
currency: "BZD",
currencySymbol: "\$",
currencyName: "Belize dollar",
emoji: "🇧🇿",
emojiU: "U+1F1E7 U+1F1FF",
iso2: "BZ",
iso3: "BLZ",
native: "Belize",
numericCode: "084",
nationality: "Belizean",
phoneCode: "501",
region: "Americas",
subregion: "Central America",
tld: ".bz",
states: [
belizeBelizeDistrict,
belizeCayoDistrict,
belizeCorozalDistrict,
belizeOrangeWalkDistrict,
belizeStannCreekDistrict,
belizeToledoDistrict
],
timezones: [
Timezone(
abbreviation: "CST",
gmtOffset: -21600,
gmtOffsetName: "UTC-06:00",
tzName: "Central Standard Time (North America)",
zoneName: "America/Belize")
],
translations: {
"kr": "벨리즈",
"pt-BR": "Belize",
"pt": "Belize",
"nl": "Belize",
"hr": "Belize",
"fa": "بلیز",
"de": "Belize",
"es": "Belice",
"fr": "Belize",
"ja": "ベリーズ",
"it": "Belize",
"cn": "伯利兹",
"tr": "Belize"
});