Internationalization API
Locale-sensitive collation (string comparison), number formatting, and date and time formatting.
javascript built-in: intl: numberformat
javascript built-in: intl: numberformat: format
javascript built-in: intl: numberformat: formatrange
javascript built-in: intl: numberformat: formatrangetoparts
javascript built-in: intl: numberformat: formattoparts
javascript built-in: intl: numberformat: format: `number` param string value is decimal (not `number`)
javascript built-in: intl: numberformat: `numberformat()` constructor
javascript built-in: intl: numberformat: `numberformat()` constructor: supports normative optional `chainnumberformat` behavior
javascript built-in: intl: numberformat: `numberformat()` constructor: `locales` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.compactdisplay` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.currencydisplay` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.currencysign` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.currency` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.localematcher` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.maximumfractiondigits` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.maximumsignificantdigits` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.minimumfractiondigits` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.minimumintegerdigits` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.minimumsignificantdigits` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.notation` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.numberingsystem` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.roundingincrement` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.roundingmode` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.roundingpriority` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.signdisplay` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.signdisplay` parameter: `negative` value
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.style` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.trailingzerodisplay` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.unitdisplay` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.unit` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.usegrouping` parameter
javascript built-in: intl: numberformat: `numberformat()` constructor: `options.usegrouping` parameter: `options.usegrouping` parameter accepts: `'always'`, `'auto'`, `'min2'` (in addition to: `true` and `false`)
javascript built-in: intl: numberformat: resolvedoptions
javascript built-in: intl: numberformat: resolvedoptions: the result `roundingmode` parameter with possible integer values:`'1'`, `'2'`, `'5'`, `'10'`, `'20'`, `'25'`, `'50'`, `'100'`, `'2000'`, `'2500'`, `'5000'`.
javascript built-in: intl: numberformat: resolvedoptions: the result `roundingmode` parameter with possible values:`'ceil'`, `'floor'`, `'expand'`, `'trunc'`, `'halfceil'`, `'halffloor'`, `'halfexpand'`, `'halftrunc'`, `'halfeven'`.
javascript built-in: intl: numberformat: resolvedoptions: the result `roundingpriority` parameter with possible values: `'auto'`, `'moreprecision'`, `'lessprecision'`.
javascript built-in: intl: numberformat: resolvedoptions: the result `signdisplay` parameter may contain `'auto'`, `'always'`, `'exceptzero'`, `negative` and `never` (previous versions did not allow `negative`)
javascript built-in: intl: numberformat: resolvedoptions: the result `trailingzerodisplay` parameter with possible values: `'auto'`, `'stripifinteger'`.
javascript built-in: intl: numberformat: resolvedoptions: the result `usegrouping` parameter may contain `'always'`, `'auto'`, `'min2'`, `true` and `false` (previous versions may only contain `true` and `false`)
javascript built-in: intl: numberformat: supportedlocalesof
41 results found.