MultiLang - check if page is visible in another language

Hello,
Is there a way to check whether a page is visible or published in another language?

Thanks

Really there is not a simple way to do this. It’s handled transparently when you switch to the other language.

The reasoning behind this is for performance reasons, Grav only loads a single language (active language) at a time. So when in one language it doesn’t know if another version exists for another language.

What it does (in the langswitcher plugin for example) is let you switch to the raw-route of another supported language, and if it does not exists, it falls back through the list to find one that does.