# CustomPluralRuleProvider(PluralRuleDelegate)

> Creates a new custom plural rule provider.

## Definition

* **Type:** Constructor
* **Namespace:** [Unity.SmartStrings.Extensions](/engine/6000.7/script-reference/unity/smartstrings/extensions.md)
* **Assembly:** UnityEngine.SmartStringsModule

```csharp
public CustomPluralRuleProvider(PluralRules.PluralRuleDelegate pluralRule)
```

### Parameters

**** (\[PluralRuleDelegate]\(/engine/6000.7/script-reference/unity/smartstrings/utilities/pluralrules/pluralruledelegate)): Delegate that provides the plural rule.
