getLocalePluralCase

The locale plural function used by ICU expressions to determine the plural case to use. See NgPluralfor more information.

getLocalePluralCase(locale: string): (value: number) => Plural

参数

locale

Type: string.

返回值

(value: number) => Plural