• Retrieves a localized message from the global config by key, with optional parameter substitution.

    Parameters

    • messageKey: string

      Key for the message in the global config.messages object

    • Optionaloptions: MessageOptions

      Optional parameters for interpolation and access keys

    Returns string

    The formatted message string, or ?messageKey? if not found