You are here

function location_province_list_ss in Location 7.3

Same name and namespace in other branches
  1. 6.3 supported/location.ss.inc \location_province_list_ss()

Returns an associative array of states/territories.

File

supported/location.ss.inc, line 11
South Sudan.

Code

function location_province_list_ss() {
  return array(
    'EC' => "Central Equatoria",
    'EE' => "Eastern Equatoria",
    'JG' => "Jonglei",
    'LK' => "Lakes",
    'BN' => "Northern Bahr el-Ghazal",
    'UY' => "Unity",
    'NU' => "Upper Nile",
    'WR' => "Warrap",
    'BW' => "Western Bahr el-Ghazal",
    'EW' => "Western Equatoria",
  );
}