Provides a means to produce concatenated messages in a language-neutral way. Use this to construct messages displayed for end users.

See java.text.MessageFormat for full documentation

Hierarchy

Constructors

Methods

Constructors

Methods

  • Parameters

    • obj: any

    Returns string

  • Parses text from the beginning of the given string to produce an object array.

    Parameters

    • sourceStr: string

    Returns any[]

  • Parses text from a string to produce an object array.

    Parameters

    • source: string

    Returns any

Generated using TypeDoc