CodBi
    Preparing search index...

    Function i18n

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

      Parameters

      • key:
            | "apiDoc.dialog.input.label.prefix"
            | "designer.category.codbi_panel"
            | "designer.property.config_template"
            | "designer.property.config_template.option.default"
            | "designer.property.config_template.option.xtensible"
            | "designer.property.enable_codbi"
            | "designer.property.standards"
            | "form.test_string"
            | "plugin.form_designer_resource.desc"
            | "plugin.form_designer_resource.name"
            | "plugin.form_properties_extension.desc"
            | "plugin.form_properties_extension.name"
            | "plugin.form_render_callback.desc"
            | "plugin.form_render_callback.name"
            | "plugin.form_resources.desc"
            | "plugin.form_resources.name"

        The key of the message to find.

      Returns string

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