Change Quiz Language
You can change the quiz language in the Quiz Settings or Quiz Settings -> Messages.


If your language is not on the list or you don’t like the translation, you can change every instance (buttons, placeholders, etc.) in the Messages tab.

Some buttons may carry over the original English translation, which overrides the quiz language. If this happens, you can change the button’s text manually in the Quiz Builder -> Question settings.

For Shopify: If you’re using a multi-languge plugin, changing the quiz language will automatically add a locale parameter to the checkout URL.
Multi-language quizzes
Our app doesn’t support multi-language quizzes. However, there’s a workaround.
You can create multiple quizzes, each one in a different language, and show/hide them based on your customers’ language.
You can either add one on a separate page on your store (eg quiz-en, quiz-de, quiz-fr…) or have your developer create a script that displays the correct quiz depending on the browser language.
Note: make sure that you don’t publish two quizzes on the same page, as this may lead to unwanted behavior.
Redirect to translated product URL
Our plugin doesn’t support multi-language stores, as only the main product (in the original language) can be synced with the Product Recommendation Quiz app.
However, if you want, you can create a quiz in a different language. Then, instead of adding a product to cart, you can change the checkout settings to “link to product” and point customers to the translated product page. By default, the customer will be redirected to the original product URL, but you can force an automatic URL change via JavaScript. For example, you can tell the Results Page to automatically change all the links from this:
https://www.example.com/products/productA
to this:
https://www.example.com/en/products/productA
This way your customers will be automatically redirected to the translated product page.
Here‘s how to change the checkout settings.
Here‘s the JavaScript code that you can use to point customers to an translation of a product.