export interface Localization { name: string; lcid: number; resourceFile: string; }