diff --git a/web-ui/src/main/resources/catalog/components/common/map/partials/drawbbox.html b/web-ui/src/main/resources/catalog/components/common/map/partials/drawbbox.html
index 7babe4d873b..f0aa3ebda3d 100644
--- a/web-ui/src/main/resources/catalog/components/common/map/partials/drawbbox.html
+++ b/web-ui/src/main/resources/catalog/components/common/map/partials/drawbbox.html
@@ -3,7 +3,7 @@
diff --git a/web-ui/src/main/resources/catalog/components/utility/UtilityDirective.js b/web-ui/src/main/resources/catalog/components/utility/UtilityDirective.js
index a2dc9ed6eba..af1c19cfab1 100644
--- a/web-ui/src/main/resources/catalog/components/utility/UtilityDirective.js
+++ b/web-ui/src/main/resources/catalog/components/utility/UtilityDirective.js
@@ -482,6 +482,8 @@
var addGeonames = !attrs["disableGeonames"];
scope.regionTypes = [];
+ scope.lang = attrs["lang"];
+
function setDefault() {
var defaultThesaurus = attrs["default"];
for (var t in scope.regionTypes) {
@@ -736,6 +738,8 @@
}
});
}
+ scope.lang = attrs["lang"];
+
scope.$watch("regionType", function (val) {
if (scope.regionType) {
if (scope.regionType.id == "geonames") {
diff --git a/web-ui/src/main/resources/catalog/components/utility/partials/regionpicker.html b/web-ui/src/main/resources/catalog/components/utility/partials/regionpicker.html
index 19c941aab1f..4e6b1bb255e 100644
--- a/web-ui/src/main/resources/catalog/components/utility/partials/regionpicker.html
+++ b/web-ui/src/main/resources/catalog/components/utility/partials/regionpicker.html
@@ -18,6 +18,7 @@
class="form-control"
autocomplete="off"
data-gn-region-picker-input=""
+ data-lang="{{lang}}"
placeholder="{{'chooseRegion' | translate}}"
/>
diff --git a/web-ui/src/main/resources/catalog/templates/admin/harvest/type/csw.html b/web-ui/src/main/resources/catalog/templates/admin/harvest/type/csw.html
index 4be559ffff6..cdf833727d5 100644
--- a/web-ui/src/main/resources/catalog/templates/admin/harvest/type/csw.html
+++ b/web-ui/src/main/resources/catalog/templates/admin/harvest/type/csw.html
@@ -94,6 +94,7 @@
data-ng-model="harvesterSelected.searches[0][c].value"/>
-->
+