Interface LocalizedCallback

A function used for accessing localized display strings.

Return undefined if the translated value can't be found.

  • Parameters

    • pod: string

      The pod/library name.

    • key: string

      The key.

    Returns undefined | string

    The translated value or undefined if it can't be found.