You are here

location.bz.inc in Location 5

File

supported/location.bz.inc
View source
<?php

// Belize
function location_province_list_bz() {
  return array(
    'BZ' => "Belize District",
    'CY' => "Cayo District",
    'CR' => "Corozal District",
    'OW' => "Orange Walk District",
    'SC' => "Stann Creek District",
    'TO' => "Toledo District",
  );
}

Functions