You are here

location.mm.inc in Location 5

File

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

// Myanmar
function location_province_list_mm() {
  return array(
    'AY' => "Ayeyarwady",
    'BG' => "Bago",
    'MG' => "Magway",
    'MD' => "Mandalay",
    'SG' => "Sagaing",
    'TN' => "Tanintharyi",
    'YG' => "Yangon",
    'CH' => "Chin State",
    'KC' => "Kachin State",
    'KH' => "Kayah State",
    'KN' => "Kayin State",
    'MN' => "Mon State",
    'RK' => "Rakhine State",
    'SH' => "Shan State",
  );
}

Functions