JavaScriptの `Intl` オブジェクト(Internationalization API)の主な用途はどれか。

`new Intl.NumberFormat(‘ja-JP’, { style: ‘currency’, currency: ‘JPY’ })` のように使い、ロケール依存の表示処理を標準機能で行える。