You are here

location.bw.inc in Location 5

File

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

// Botswana
function location_province_list_bw() {
  return array(
    'CE' => "Central",
    'GH' => "Ghanzi",
    'KD' => "Kgalagadi",
    'KT' => "Kgatleng",
    'KW' => "Kweneng",
    'NG' => "Ngamiland",
    'NE' => "North East",
    'NW' => "North West",
    'SE' => "South East",
    'SO' => "Southern",
  );
}

Functions