Model
Format
Magento\Directory\Model\Country\Format
What it does
This model manages country-specific address format configurations in Magento.
Developers use it to retrieve or set how addresses should be formatted for different countries, including the country ID, format type (like HTML or text), and the actual format template string.
It's primarily used when rendering addresses on the frontend or in order processing to ensure proper localization.