getDefaultCurrencyFormat()

Returns the default currency format.

Signature 

getDefaultCurrencyFormat()

Returns 

Type: NumberFormat The currency format returned by $Locale.currencyFormat.

Sample Code 

1// Returns $20,000.00
2$A.localizationService.getDefaultCurrencyFormat().format(20000);

See Also