I have a variable list like this.
languages: {languageDesc:string, languageId: string}[] = [];
that is loaded in my component like this.