Overview of active Intl proposals
mainThe ECMA-402 specification includes several active proposals for internationalization APIs. Key upcoming or evolving APIs include:
- Intl.ListFormat: For formatting lists of items (e.g., 'apples, oranges, and bananas').
- Intl.Locale: For representing and manipulating BCP 47 language tags.
- Intl.RelativeTimeFormat: For formatting relative time expressions (e.g., '2 days ago').
- Intl.NumberFormat Unified API: A proposal to unify various number formatting capabilities.
- Intl.Segmenter: For segmenting strings into units like words, sentences, or graphemes.
- Intl.DisplayNames: For providing localized names for language, region, script, and calendar identifiers.