Definition of one title of a category

interface CategoryLanguageTitle {
    lang?: string;
    lcid?: number;
    title?: string;
}

Properties

Properties

lang?: string

The language for which the title is applicable

lcid?: number

The language culture id of the lang parameter

title?: string

Actual title to be shown on the UI