---
title: groupingSeparator
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nslocale/key/groupingseparator
---

# groupingSeparator

The numeric grouping separator associated with the locale.

## Declaration

```swift
static let groupingSeparator: NSLocale.Key
```

## Discussion

Discussion The corresponding value is an NSString object; for example, "," or " ".

## See Also

### Keys

- [identifier](foundation/nslocale/key/identifier.md)
- [countryCode](foundation/nslocale/key/countrycode.md)
- [languageCode](foundation/nslocale/key/languagecode.md)
- [scriptCode](foundation/nslocale/key/scriptcode.md)
- [variantCode](foundation/nslocale/key/variantcode.md)
- [exemplarCharacterSet](foundation/nslocale/key/exemplarcharacterset.md)
- [calendar](foundation/nslocale/key/calendar.md)
- [collationIdentifier](foundation/nslocale/key/collationidentifier.md)
- [collatorIdentifier](foundation/nslocale/key/collatoridentifier.md)
- [usesMetricSystem](foundation/nslocale/key/usesmetricsystem.md)
- [measurementSystem](foundation/nslocale/key/measurementsystem.md)
- [decimalSeparator](foundation/nslocale/key/decimalseparator.md)
- [currencySymbol](foundation/nslocale/key/currencysymbol.md)
- [currencyCode](foundation/nslocale/key/currencycode.md)
- [quotationEndDelimiterKey](foundation/nslocale/key/quotationenddelimiterkey.md)
