---
title: "init(localizedDisplayName:identifier:)"
framework: videosubscriberaccount
role: symbol
role_heading: Initializer
path: "videosubscriberaccount/vsaccountapplicationprovider/init(localizeddisplayname:identifier:)"
---

# init(localizedDisplayName:identifier:)

Returns an application provider using a given display name and identifier.

## Declaration

```swift
init(localizedDisplayName: String, identifier: String)
```

## Parameters

- `localizedDisplayName`: The display name of the provider as it will appear in the list of providers.
- `identifier`: The identifier of the provider.
