---
title: localizedName
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsfileversion/localizedname
---

# localizedName

The string containing the user-presentable name of the file version.

## Declaration

```swift
var localizedName: String? { get }
```

## Discussion

Discussion When displaying different versions of a file to the user, you should present this string to the user instead of the version’s URL.

## See Also

### Accessing the Version Information

- [url](foundation/nsfileversion/url.md)
- [localizedNameOfSavingComputer](foundation/nsfileversion/localizednameofsavingcomputer.md)
- [modificationDate](foundation/nsfileversion/modificationdate.md)
- [persistentIdentifier](foundation/nsfileversion/persistentidentifier.md)
- [isDiscardable](foundation/nsfileversion/isdiscardable.md)
