/* * Created on Jul 23, 2008 */ package bug; public interface Localized extends NaturallyComparable{ public String getLanguage(); }