You are here

location.my.inc in Location 5

File

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

// Malaysia
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",
  );
}

Functions