Maps two-letter ISO language codes to their pluralization rules.
PluralRules are used by extensions like TimeFormatter and PluralLocalizationFormatter.
| Property | Description |
|---|---|
| IsoLangToDelegate | Mapping of each two-letter ISO language code to its PluralRuleDelegate. |
| Method | Description |
|---|---|
| GetPluralRule | Gets the pluralization rule for the specified language code. |
| Delegate | Description |
|---|---|
| PluralRuleDelegate | Determines which singular or plural word to use for a given quantity. This allows each language to define its own behavior for singular or plural words. |