Alokai

LanguageList

Lists all available languages (all languages used for a particular store). If the list of languages for a base store is empty, a list of all languages available in the system will be returned LanguageList

export interface LanguageList {
	'languages'?: Array<Language>;
}

Properties

NameRequiredTypeDescription
languagesOptionalArray<Language>This is the list of Language fields that should be returned in the response body {Array<Language>} LanguageList

Referenced Types

On this page