We are using WP_Query to filter articles and show them in a block. However, it does not look at the domain it is on and which translations to show. So for example on the EN website it also shows the Dutch articles.
Solution: This was happening because posts were set to Translatable or Fallback to default, so the default language was showing for any articles not translated.