Internationalization
Configure the Alhena chat widget to display in different languages.
Automatic Language Detection
<html lang="es">Explicit Locale Configuration
<script>
document.gleenConfig = {
company: 'your-company-key',
apiBaseUrl: 'https://app.alhena.ai',
locale: 'es'
};
</script>
<script src="https://app.alhena.ai/sdk/gleenWidget.js"></script>Related
Last updated