Bzw. falls du es nicht manuell über das Modul machst, kannst du $GLOBALS['ISO_ADR']['generic'] entsprechend anpassen (also $GLOBALS['ISO_ADR']['<dein Land>'] oder $GLOBALS['ISO_ADR']['generic']).
PHP-Code:
// contao/languages/en/addresses.php
$GLOBALS['ISO_ADR']['generic'] =
'<div class="vcard">{if hcard_org!=""}##hcard_org##
{endif}{if hcard_n=="1"}<div class="n">{if hcard_honorific_prefix!=""}##hcard_honorific_prefix## {endif}##hcard_given_name## ##hcard_family_name##</div>
{endif}{if hcard_adr=="1"}<div class="adr">##hcard_street_address##
##hcard_postal_code## ##hcard_locality##
##hcard_country_name##</div>{endif}
{if hcard_tel!=""}
##hcard_tel##
{endif}
{if hcard_email!=""}
##hcard_email##
{endif}
{if vat_no!=""}
USt.-Id.: ##vat_no##
{endif}
</div>';