Full country names instead of two letter country codes?

The square brackets indicate that the second Parameter is optional. The first parameter is the country code, parameters get separated by commas.

So to get the country name from the country code you use:

$countryname(%releasecountry%)

The %releasecountry% is a variable that holds the release country code.

The above could be used for example inside the naming script.

If you want to actually update the releasecountry tag, you have to set it with the new value:

$set(releasecountry,$countryname(%releasecountry%))

If you want to have the name translated into Picard’s current display language, use:

$countryname(%releasecountry%,1)
1 Like