Background of the issue:
I have multiple Meta Box Post fields attached to my User profile. I added 'suppress_filters' as 'true' inside the Query args of the Meta Box Post field to see all posts from all languages.
Symptoms:
I need to modify the query so that it returns only posts from one specific WPML language, for example IT posts for my IT Post field.
Questions:
How can I modify the query to return only IT posts in the Meta Box Post field?