export interface ILocaleSettings { culture?: string; dateFormat?: string; timeFormat?: string; appLocale?: string; }