---
title: Locale.Region.Category
framework: foundation
role: symbol
role_heading: Structure
path: foundation/locale/region-swift.struct/category-swift.struct
---

# Locale.Region.Category

Categories of a region. See https://www.unicode.org/reports/tr35/tr35-35/tr35-info.html#Territory_Data

## Declaration

```swift
struct Category
```

## Topics

### Type Properties

- [continent](foundation/locale/region-swift.struct/category-swift.struct/continent.md)
- [grouping](foundation/locale/region-swift.struct/category-swift.struct/grouping.md)
- [subcontinent](foundation/locale/region-swift.struct/category-swift.struct/subcontinent.md)
- [territory](foundation/locale/region-swift.struct/category-swift.struct/territory.md)
- [world](foundation/locale/region-swift.struct/category-swift.struct/world.md)

## Relationships

### Conforms To

- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
