Translate widget in Webflow

Hello! I’ve implemented a widget in Webflow based on this tutorial:

Everything is working well, but it’s all in English. Does anybody know how to translate the widget from English to a different language?

Hi @tim23,

The widget supports 31 locales, including German. To enable it, you need to add the following next to UPLOADACRE_PUBLIC_LEY in the page’s head:

<script>
UPLOADCARE_PUBLIC_KEY = "YOUR PUBLIC KEY";
UPLOADCARE_LOCALE = "de";
</script>

See the docs for more information.