Manages locale used by Airship messaging.

Constructors

Properties

module: any

Methods

  • Clears the locale override.

    Returns Promise<void>

    A promise.

  • Gets the current locale.

    Returns Promise<string>

    A promise with the result.

  • Sets the locale override.

    Parameters

    • localeIdentifier: string

      The locale identifier.

    Returns Promise<void>

    A promise.