You are here

location.za.inc in Location 5

File

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

// South Africa
function location_province_list_za() {
  return array(
    'WC' => "Western Cape",
    'NC' => "Northern Cape",
    'EC' => "Eastern Cape",
    'KN' => "KwaZulu-Natal",
    'FS' => "Free State",
    'NW' => "North West",
    'GT' => "Gauteng",
    'MP' => "Mpumalanga",
    'LP' => "Limpopo",
  );
}

Functions