Check if page exists in language

Hi,
is the a way in twig, to check in which language a page exists i.e. which language files exist for the current page?

try this:

{% page_languages = page.translatedLanguages() %}

works like a charm, thanks!