numberingSystem

Returns the numbering system of the locale. If the locale has an explicitly specified numbering system in the identifier (e.g. bn_BD@numbers=latn) or in the associated Locale.Components, that numbering system is returned. Otherwise, returns the default numbering system of the locale. Returns "latn" as the default value if the data isn’t available.

iOS
16+
macOS
13+
tvOS
16+
watchOS
9+
var numberingSystem: Locale.NumberingSystem { get }