You are here

location.sa.inc in Location 5

File

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

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

Functions