---
title: "init(locale:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nsmutablefontcollection/init(locale:)"
---

# init(locale:)

Creates a mutable font collection containing fonts suitable for the specified locale.

## Declaration

```swift
init(locale: Locale)
```

## Parameters

- `locale`: The locale associated with the fonts you want.

## Return Value

Return Value A mutable collection of fonts matching the specified locale.

## See Also

### Creating a Font Collection

- [init(descriptors:)](appkit/nsmutablefontcollection/init(descriptors:).md)
- [init(name:)](appkit/nsmutablefontcollection/init(name:).md)
- [init(name:visibility:)](appkit/nsmutablefontcollection/init(name:visibility:).md)
- [withAllAvailableDescriptors](appkit/nsmutablefontcollection/withallavailabledescriptors.md)
