---
title: localizedDisplayName
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nehotspotevaluationprovider/localizeddisplayname
---

# localizedDisplayName

A localized string that the system UI uses for annotation of the Wi-Fi network.

## Declaration

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

## Discussion

Discussion The framework uses this property only if the evaluation provider responds to the NEHotspotHelperCommandType.filterScanList command with a NEHotspotHelperResult.success result, and the network list contains the Wi-Fi network. If the framework doesn’t use your provider for hotspot evaluation and the hotspot manager’s evaluatedSSIDs property contains valid SSIDs, it uses a system-defined localized string instead of this property.
