? location_uk.patch
Index: location.theme
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.theme,v
retrieving revision 1.15
diff -u -p -r1.15 location.theme
--- location.theme	6 Jun 2008 21:49:22 -0000	1.15
+++ location.theme	14 Jul 2008 13:59:53 -0000
@@ -163,6 +163,12 @@ function theme_location($location = arra
       }
 
       if (!empty($location['province']) && !in_array('province', $hide)) {
+        $country = $location['country'];
+	location_standardize_country_code($country);
+	$provinces = location_get_provinces($country);
+	$province = $location['province'];
+	$location['province'] = $provinces[$province];
+
         $city_province_postal[] = '<span class="region">'. $location['province'] .'</span>';
       }
 
