videosphere
    Preparing search index...

    Interface TranslationLanguageOption

    A language option for source / target pickers.

    interface TranslationLanguageOption {
        code: string;
        name: string;
        nativeName: string;
    }
    Index

    Properties

    Properties

    code: string

    Language code passed to STT, translate prompts, and TTS matching. Usually ISO 639-1; Cantonese uses ISO 639-3 yue.

    name: string

    English display name.

    nativeName: string

    Autonym / endonym in the language’s own script when applicable.