You are here

function location_province_list_my in Location 5

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

File

supported/location.my.inc, line 5

Code

function location_province_list_my() {
  return array(
    'JH' => "Johor",
    'KD' => "Kedah",
    'KN' => "Kelantan",
    'KL' => "Kuala Lumpur",
    'ML' => "Malacca",
    'NS' => "Negeri Sembilan",
    'PH' => "Pahang",
    'PK' => "Perak",
    'PS' => "Perlis",
    'PG' => "Penang",
    'WP' => "Wilayah Persekutuan",
    'SL' => "Selangor",
    'TR' => "Terengganu",
    'LB' => "Labuan",
    'SB' => "Sabah",
    'SR' => "Sarawak",
  );
}