name
Purpose
print the localized name of a country or continentExamples
// get the localized name of a country <country:name object="${country}"/>// get the localized name of a continent <country:name object="${continent}"/>
Description
Attributesobject
(required) - Either a instance ofCountry
orContinent
.locale
(optional) - The locale used to get the country/continent's name, defaults to the locale of the current request