---
title: localizedNumericName
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplaybackspeed/localizednumericname
---

# localizedNumericName

A localized numeric name for a speed that’s suitable for display in a user interface.

## Declaration

```swift
var localizedNumericName: String { get }
```

## Discussion

Discussion Use this value to represent the speed in a user interface where limited space is available. Represent the speed using its localizedName value where space allows.

## See Also

### Inspecting Speed Details

- [rate](avkit/avplaybackspeed/rate.md)
- [localizedName](avkit/avplaybackspeed/localizedname.md)
