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

getLocaleCurrencyCode

检索给定语言环境的默认货币代码。

Retrieves the default currency code for the given locale.

查看"说明"...

      
      getLocaleCurrencyCode(locale: string): string | null
    
参数
locale string

我们想要获取货币代码的语言环境的代码。

The code of the locale whose currency code we want.

返回值

给定语言环境的默认货币代码。

string | null: The code of the default currency for the given locale.

说明

默认值定义为仍在使用的第一种货币。

The default is defined as the first currency which is still in use.