FormatOptionsinterface

{
	readonly locale?: Intl.Locale | undefined;
}
PropertyType
.localeIntl.Locale
Override the locale for formatting (defaults to detected locale). readonly

Options that are shared across all formatters.