You are here

location.lk.inc in Location 5

File

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

// Sri Lanka
function location_province_list_lk() {
  return array(
    'CE' => "Central",
    'EA' => "Eastern",
    'NC' => "North Central",
    'NO' => "Northern",
    'NW' => "North Western",
    'SA' => "Sabaragamuwa",
    'SO' => "Southern",
    'UV' => "Uva",
    'WE' => "Western",
  );
}

Functions