if (this.remote.open.outgoingLocales) {
    valid = valid &&
      this._ensureLocaleCompatibility(this.local.open.incomingLocales, this.remote.open.outgoingLocales);
  }