export interface ILanguageObject { name: string; title: string; isCurrentLanguage?: boolean; isBase?: boolean; }