TreeINFO-For-M365 documentation
    Preparing search index...

    Interface Resource

    Example:

    {
    "LCID": "1029", // Specified that this resource is meant for czech language
    "Order": "Objednávka", // Key for this resource would be "Order"
    "Invoice": "Faktura",
    "Groups": {
    "Group1": "Skupina 1", // Key for this resource would be "Groups.Group1"
    "Group2": "Skupina 2"
    }
    }
    interface Resource {
        LCID: "1029" | "1033";
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Translation key-value pairs.

      Value can be a string (direct translation) or object (nested translations).

    Index

    Properties

    Properties

    LCID: "1029" | "1033"

    Specifies language for the current resource.

    Currenty supported languages:

    • Czech (1029)
    • English (1033)