Const
COUNTRY_NAMES
Mapping of ISO 3166-1 alpha-2 country codes to human-readable country names. Use this list when a deterministic, local mapping is needed instead of relying on the runtime Intl APIs. Keys are upper-case two-letter codes.
Intl
Example: COUNTRY_NAMES['US'] === 'United States'
COUNTRY_NAMES
Mapping of ISO 3166-1 alpha-2 country codes to human-readable country names. Use this list when a deterministic, local mapping is needed instead of relying on the runtime
IntlAPIs. Keys are upper-case two-letter codes.Example: COUNTRY_NAMES['US'] === 'United States'