Searching (filtering) Fields with Multiple Values

I have two fields "Language 1" & "Language 2", these two fields are concatenated to form the "Language" field very simply "Language = %Language 1% %Language 2%". I can then filter files by "LANGUAGE HAS ENGLISH" for example in the filter bar.

Recently I changed players so the Languages must be tagged as multi value, there must be two tags with the same name but different values in order to register properly in the music app.

Now in MP3tag if I use that same expression to filter it will only match files if ENGLISH is the first Language Value that appears. in other words when opening the extended tags the first value listed for a tag is the only value that is "filterable" & if I were to ask mp3tag to print the value of "Language" for said file it would return me that first value & seemingly disregard the 2nd value.

In this scenario the only way to filter (search) the Language fields (both entries) would be to instead filter via "Language 1" & "Language 2" or perhaps create another field that has both Languages listed in one tag. Is that correct? Is there another way to circumnavigate this by chance?

I'm not sure if I understand your question.

If you are looking for a filter expression that searches for both contents in your LANGUAGE tag, then you could try it with
LANGUAGE HAS englisch OR LANGUAGE HAS german

If you search for songs that needs to match the content in both LANGUAGE fields, then it would be
LANGUAGE HAS englisch AND LANGUAGE HAS german

Documentation about filter syntax:

Try
"$meta_sep(language,; )" HAS English

Ah, simple...a second clause to the search. This works
Thank You

Sorry for the dumb question

I was not able to get this to work, but I have used the solution presented by LyricsLover

Thank you for your time

Are you on a MAC?
There the function is called $metasep().
Otherwise it should work that if takes the whole list of LANGUAGE fields and then looks for the provided string.

If the filter does not work for you:
Please show us a screenshot from one of your songs after pressing Alt + T (View -> Extended Tags) to see what exactly do you mean with