LanguagePackStringValuePluralized¶
A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information
LanguagePackStringValuePluralized(
zero_value: string,
one_value: string,
two_value: string,
few_value: string,
many_value: string,
other_value: string
) → LanguagePackStringValue