---
title: canInflectPreferredLocalization
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/inflectionrule/caninflectpreferredlocalization
---

# canInflectPreferredLocalization

A Boolean value that indicates whether the rule can inflect the user’s current preferred localization.

## Declaration

```swift
static var canInflectPreferredLocalization: Bool { get }
```

## Discussion

Discussion This value doesn’t change throughout the lifetime of a process.

## See Also

### Determining Availability

- [canInflect(language:)](foundation/inflectionrule/caninflect(language:).md)
