# IsoLangToDelegate

> Mapping of each two-letter ISO language code to its PluralRules.PluralRuleDelegate.

## Definition

* **Type:** Property
* **Namespace:** [Unity.SmartStrings.Utilities](/engine/6000.7/script-reference/unity/smartstrings/utilities.md)
* **Assembly:** UnityEngine.SmartStringsModule

```csharp
public static Dictionary<string, PluralRules.PluralRuleDelegate> IsoLangToDelegate { get; }
```
