---
title: "locale(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/decimal/formatstyle/attributed-swift.struct/locale(_:)"
---

# locale(_:)

Modifies the format style to use the specified locale.

## Declaration

```swift
func locale(_ locale: Locale) -> Decimal.FormatStyle.Attributed
```

## Parameters

- `locale`: The locale to apply to the format style.

## Return Value

Return Value A format style that uses the specified locale.
