This page redirects to an external site: https://developer.wordpress.org/reference/functions/wp_get_installed_translations/
This function gets installed translations.It looks in the wp-content/languages directory for translations of themes or plugins .It returns array of language data.
<?php wp_get_installed_translations( $type ); ?>
Array of language data
wp_get_installed_translations() is located in wp-includes/l10n.php#L751