Posted on 16/12/2020 11:52:26
Uh - good point.
Made a change to give you new options, TFS#89126:
Users has either country field or country select box.
When the select box is used, there is no country name rendered in the location loop in the template of the maps template.
I have changed the feature so that if a country code is chosen, the country name is found using RegionInfo in .NET and the country name from that is returned. The name is in its own language, i.e. "Deutchland", "Danmark", "Sverige" etc.
There is also a new tag in the locations loop "CountryEnglish" which will return the name in english.
There is also a new tag in the locatioins loop "CountryCode" which will return the 2 letter iso code (if chosen)
I have comitted the change and it will be available with the next version of the maps package.
BR Nicolai