Interface InternalLinkTypeLanguagePack

The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link. If the language pack is found and the user wants to apply it, then call setOption for the option "language_pack_id". Subtype of InternalLinkType.

interface InternalLinkTypeLanguagePack {
    @type: "internalLinkTypeLanguagePack";
    language_pack_id: string;
}

Properties

@type: "internalLinkTypeLanguagePack"
language_pack_id: string

Language pack identifier.