CodBi
    Preparing search index...

    Function i18n

    • Finds the localized message for the given key. Uses the current locale of the opened form.

      Parameters

      • key: string | number | symbol

        The key of the message to find.

      Returns string

      The localized message, a default such as ?key? if no localization is found.