填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

getLocalePluralCase

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.

参见