Summer '26 (API version 67.0)
formatCurrency (number number)
1var curr = 123.45; 2// Returns $123.45 3$A.localizationService.formatCurrency(curr);