This is available in UserVoice Discovery Pro and Premium
Not included in your plan? Want to learn more about the benefits? Leave us a message! If you're viewing this on our Help Center, click the Support bubble in the lower-right of this page.
Not included in your plan? Want to learn more about the benefits? Leave us a message! If you're viewing this on our Help Center, click the Support bubble in the lower-right of this page.
You can change the language of the Widget UI based on the user's language, also known as dynamic localization. We'll walk you through how to set it up.
Add the language parameter to your Widget code
Add....
So the "de" would be whatever language your website passed to us for that user. This needs to be added to your Widget code as its own command in the script block.
UserVoice.push(["set", "locale", "de"]);...to your Widget code.
So the "de" would be whatever language your website passed to us for that user. This needs to be added to your Widget code as its own command in the script block.
What this will translate...
This will translate the Widget UI text. It will not translate the ideas, custom fields or Knowledge Base articles. If a word or phrase of the Widget UI has not been translated on our translation portal, it will default to English.To learn more about our different multi-language options, check out this article.
You Might Enjoy: