$site->multilang()

Checks if there are one or more languages configured in the config.php

Example

<?php if($site->multilang()): ?>
This is a multi-language website
<?php endif ?>