I found the documentation for $countryname
But could someone please tell me where I can find the picard translation table source code from the two letter country code to the full english country name?
Especially for the not official country “collections” like XE or XW?
Some two letter code examples to show what I’m looking for (found here):
$if($eq(%releasecountry%,XE),$set(releasecountry,Europe))
$if($eq(%releasecountry%,XU),$set(releasecountry,[Unknown]))
$if($eq(%releasecountry%,XW),$set(releasecountry,[Worldwide]))
$if($eq(%releasecountry%,XG),$set(releasecountry,DDR))