---
title: numberingSystem
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/locale/numberingsystem-swift.property
---

# numberingSystem

The numbering system used by the locale.

## Declaration

```swift
var numberingSystem: Locale.NumberingSystem { get }
```

## Discussion

Discussion This property corresponds to the nu key of the Unicode BCP 47 extension. For locale instances created with the nu specifier (such as en-US@nu=jpanfin), or with a custom Locale.Components, this property represents the custom numbering system. Otherwise, it represents the locale’s default numbering system.

## See Also

### Getting measurement and counting components

- [currency](foundation/locale/currency-swift.property.md)
- [Locale.Currency](foundation/locale/currency-swift.struct.md)
- [measurementSystem](foundation/locale/measurementsystem-swift.property.md)
- [Locale.MeasurementSystem](foundation/locale/measurementsystem-swift.struct.md)
- [availableNumberingSystems](foundation/locale/availablenumberingsystems.md)
- [Locale.NumberingSystem](foundation/locale/numberingsystem-swift.struct.md)
