---
title: region
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/locale/components/region
---

# region

The region used by the locale.

## Declaration

```swift
var region: Locale.Region?
```

## Discussion

Discussion Set this property to override the region for region-related preferences, such as measuring system, calendar, and first day of the week. If unset, the locale uses the region of the language component. This property corresponds to the rg key of the Unicode BCP 47 extension.

## See Also

### Specifying region components

- [Locale.Region](foundation/locale/region-swift.struct.md)
- [subdivision](foundation/locale/components/subdivision.md)
- [Locale.Subdivision](foundation/locale/subdivision-swift.struct.md)
- [variant](foundation/locale/components/variant.md)
- [Locale.Variant](foundation/locale/variant-swift.struct.md)
