You are here

function location_province_list_sa in Location 5

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

File

supported/location.sa.inc, line 5

Code

function location_province_list_sa() {
  return array(
    'BH' => "Al Bahah",
    'HS' => "Al Hudud ash Shamaliyah",
    'JF' => "Al Jawf",
    'MD' => "Al Madinah",
    'QS' => "Al Qasim",
    'RD' => "Ar Riyad",
    'AQ' => "Ash Sharqiyah (Eastern Province)",
    'AS' => "'Asir",
    'HL' => "Ha'il",
    'JZ' => "Jizan",
    'ML' => "Makkah",
    'NR' => "Najran",
    'TB' => "Tabuk",
  );
}