ReleasePad
Back to Knowledge Base Widget Customization

How to Set the Widget Language to Spanish

The ReleasePad widget supports English and Spanish. By default it displays in English. To switch to Spanish, change the lang attribute on your widget code.

Set the language

Change lang="en" to lang="es" on your rp-token div:

<div id="rp-token"
     data-param="YOUR_TOKEN"
     lang="es">
</div>

<script type="text/javascript"
        src="https://widget.releasepad.io/releasepad-bundle.js"
        charset="utf-8">
</script>

<link rel="stylesheet" href="https://widget.releasepad.io/releasepad-bundle.min.css">

What changes

When set to es, the following UI strings switch to Spanish:

Element English Spanish
Modal header Latest updates Últimas actualizaciones
Read more link Read more Leer más
Empty state 🚀 Launch pad is clear — stay tuned for updates! Nada que ver aquí

Your changelog post content stays exactly as you wrote it — only the widget’s built-in interface strings are translated.

Fallback behavior

If you pass any value other than "en" or "es", the widget falls back to English. For example, lang="fr" or lang="" will both render the English UI.

Need more help?

Can't find what you're looking for? Our team is happy to help you get set up.

Contact support
Try me now!