Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPluralRule(string)

Gets the pluralization rule for the specified language code.
Read time 1 minuteLast updated 11 days ago

Definition

public static PluralRules.PluralRuleDelegate GetPluralRule(string twoLetterIsoLanguageName)

Parameters

twoLetterIsoLanguageName

The language code in two-letter ISO-639 format.

Returns

Type

Description

PluralRuleDelegateThe PluralRules.PluralRuleDelegate that selects the plural form for the specified language.

Remarks