interface-forge - v2.5.0
    Preparing search index...

    Interface Language

    Represents a language with its full name, 2 character ISO 639-1 code, and 3 character ISO 639-2 code.

    interface Language {
        alpha2: string;
        alpha3: string;
        name: string;
    }
    Index

    Properties

    Properties

    alpha2: string

    The 2 character ISO 639-1 code.

    alpha3: string

    The 3 character ISO 639-2 code.

    name: string

    The full name for the language (e.g. English).