public boolean equals(Language p_other) { return isoCode.equals(p_other.isoCode); }
@Override public int hashCode() { return isoCode.hashCode(); }