---
title: localizedName
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsrunningapplication/localizedname
---

# localizedName

Indicates the localized name of the application.

## Declaration

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

## Discussion

Discussion The value of this property is dependent on the current localization of the application and is suitable for presentation to the user.

## See Also

### Application information

- [icon](appkit/nsrunningapplication/icon.md)
- [bundleIdentifier](appkit/nsrunningapplication/bundleidentifier.md)
- [bundleURL](appkit/nsrunningapplication/bundleurl.md)
- [executableArchitecture](appkit/nsrunningapplication/executablearchitecture.md)
- [executableURL](appkit/nsrunningapplication/executableurl.md)
- [launchDate](appkit/nsrunningapplication/launchdate.md)
- [isFinishedLaunching](appkit/nsrunningapplication/isfinishedlaunching.md)
- [processIdentifier](appkit/nsrunningapplication/processidentifier.md)
- [ownsMenuBar](appkit/nsrunningapplication/ownsmenubar.md)
