availableNumberingSystems

Returns all the valid numbering systems for the locale. For example, "ar-AE (Arabic (United Arab Emirates)" has both "latn" (Latin digits) and "arab" (Arabic-Indic digits) numbering system.

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