---
title: "init(localizedName:)"
framework: callkit
role: symbol
role_heading: Initializer
path: "callkit/cxproviderconfiguration/init(localizedname:)"
---

# init(localizedName:)

Initializes a configuration with the specified localized name.

## Declaration

```swift
convenience init(localizedName: String)
```

## Parameters

- `localizedName`: A localized name for the provider.

## Return Value

Return Value A new configuration object initialized with the specified localized name.

## Discussion

Discussion This is the designated initializer.

## See Also

### Creating New Configurations

- [init()](callkit/cxproviderconfiguration/init().md)
