Filtering sibling pages by language

Hi all,

I’m very new to Kirby and came across an issue which was a good enough reason to join the forum. ::slight_smile: forgive me if this is very basic…

I’m creating a multi-lingual website and I’ve been trying to create a Prev/Next navigation through articles using “hasPrevListed/hasNextListed” (https://getkirby.com/docs/cookbook/templating/previous-next). Problem is I would also like to filter only through sibling articles which are available in the current language.
I’ve been trying to combine it with this recipe https://getkirby.com/docs/cookbook/i18n/filter-by-language but so far without any luck. Would really appreciate your help!

In my page methods repo your can find two custom methods: getPrev() and getNext() that allow you to pass a filtered collection as parameter (ok, there are no hasPrev/NextListed() but you can derive them from those methods).