Appearance
Get a list of the available languages configured in Umbraco.
<script setup lang="ts"> const languages = await useLanguages() </script>