---
title: isoCountryCode
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clplacemark/isocountrycode
---

# isoCountryCode

The abbreviated country or region name.

## Declaration

```swift
var isoCountryCode: String? { get }
```

## Discussion

Discussion This string is the standard abbreviation used to refer to the country or region. For example, if the placemark location is Apple’s headquarters, the value for this property would be the string “US”.

## See Also

### Getting the placemark’s country

- [country](corelocation/clplacemark/country.md)
