namespace I2.Loc; public interface ILanguageSource { LanguageSourceData SourceData { get; set; } }