function
Retrieves the plural function used by ICU expressions to determine the plural case to use for a given locale.
getLocalePluralCase(locale: string): (value: number) => number
locale | string | A locale code for the locale format rules to use. |
(value: number) => number
: The plural function for the locale.
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/getLocalePluralCase