You are here

function location_province_list_sz in Location 5

Same name and namespace in other branches
  1. 5.3 supported/location.sz.inc \location_province_list_sz()
  2. 6.3 supported/location.sz.inc \location_province_list_sz()
  3. 7.5 supported/location.sz.inc \location_province_list_sz()
  4. 7.3 supported/location.sz.inc \location_province_list_sz()
  5. 7.4 supported/location.sz.inc \location_province_list_sz()

File

supported/location.sz.inc, line 5

Code

function location_province_list_sz() {
  return array(
    'H' => "Hhohho",
    'L' => "Lubombo",
    'M' => "Manzini",
    'S' => "Shishelweni",
  );
}