libs/core/src/lib/language/model/language.ts
code: string
string
label: string
export interface Language { label: string; code: string; }