using System; namespace CIG.Translation { public interface ILocalizedString { string Translate(); } }