getLocaleCurrencyName

The name of the currency for the main country using this locale (e.g. 'US Dollar' for the locale en-US). The name will be null if the main country cannot be determined.

getLocaleCurrencyName(locale: string): string | null
      
      getLocaleCurrencyName(locale: string): string | null
    
参数
locale string
返回值

string | null