Skip to main content

Interface: IntlMessageFormatOptions

Options for formatting internationalized messages. Controls how messages with variables are processed and displayed to provide consistent localized text throughout the interface.

Properties

formatters?

optional formatters: Formatters

Custom formatters for specific value types


ignoreTag?

optional ignoreTag: boolean

Whether to treat HTML/XML tags as string literals. When false, simple tags without attributes are parsed as tokens.