NavVis IVION API
    Preparing search index...

    Interface Language

    Interface to store the names and number format with a language key.

    interface Language {
        decimalSeparator?: DecimalSeparators;
        key: string;
        name: string;
        nativeName: string;
        numberFormat?: string;
    }
    Index

    Properties

    decimalSeparator?: DecimalSeparators
    key: string
    name: string
    nativeName: string
    numberFormat?: string