Skip to main content
From Language you can:
  • Choose the display language for your quiz
  • Customize System messages (button text, loader text, and hints)
  • Customize Error messages (validation text)
Open Language like this:
  1. Go to Shopify Admin → Apps → Quizify.
  2. Open a quiz from Dashboard or My Quizzes (click Edit or create a new quiz).
  3. In the Quiz Builder, click Language in the left icon menu.
  4. Choose Language, System messages, or Error messages in the left list.

Page Overview

When Language is selected, you will see:
  • Builder list (left) — Language, System messages, and Error messages
  • Center preview — Shows how labels and buttons appear in the quiz
  • Settings panel (right) — Edit the selected language fields

Language

Choose the display language for your quiz. Open Language in the left list.
OptionWhat it does
LanguageSelect a language from the supported language list
Search LanguageQuickly find a language using the search field
Custom LanguageSelect Custom Language in the supported list to manually translate all system text for unsupported languages
When you change language, Quizify asks you to confirm. Switching replaces your custom text and labels with the selected language presets.

System Messages

Customize the default text used throughout the quiz. Open System messages in the left list. Tip: You can restore the default messages by switching to another language or reselecting the current language.

Button & Loader Text

SettingWhat it does
Next button labelCustomize the text on the Next button. Shown on the button that moves to the next question
Submit button labelCustomize the text on the Submit button. Shown on the button in the last question
Result page loaderCustomize the message shown while the quiz result is being calculated

Hints

SettingLimitWhat it doesSupported variables
Selection range hint
message
Max 100 charactersShown when users must select a minimum
or maximum number of options

Character limitMax 100 charactersShown when the maximum character
limit is reached
Number limitMax 100 charactersShown when the maximum number
of digits is reached
How to use variables
  • Click a variable chip (for example {{min_value}}) to copy it, then paste it into your message.
  • Use {{min_value}} and {{max_value}} to show the allowed selection range to users.
  • Use {{max_limit}} to show the character limit or digit limit you set.
Example
  • Character limit: Maximum {{max_limit}} characters allowed
  • Selection range hint: Choose between {{min_value}} and {{max_value}} options
  • Number limit: Maximum {{max_limit}} digits allowed

Error Messages

Customize the validation messages shown when users enter invalid or incomplete information. Open Error messages in the left list. Tip: You can restore the default messages by switching to another language or reselecting the current language.

Selection

Customize validation messages for question selections.
SettingWhen it appearsSupported variables
Answer selection requiredDisplayed when a user tries to skip
a required question
Minimum selection requiredDisplayed when users select fewer than
the required minimum number of options
Multiple selection range requiredDisplayed when the number of selected options
is outside the allowed range

Use {{min_value}} and {{max_value}} to show the min/max selections you configure.

Contact Fields

Customize validation messages for contact form fields.
SettingWhen it appears
Email address is invalidDisplayed when an invalid email address is entered
Disposable email is usedDisplayed when a blocked disposable email address is entered
Phone number is invalidDisplayed when an invalid phone number is entered
News & offers requiredDisplayed when newsletter subscription is required before continuing

Error Message

Customize the default validation message.
SettingWhen it appears
Required fieldDisplayed when a required field is left empty

File Fields

Customize validation messages for file upload questions.
SettingWhen it appearsSupported variables
Invalid file typeDisplayed when an unsupported
file format is uploaded
File upload limitDisplayed when uploaded files exceed
the allowed file count or file size

  • Use {{accepted_files}} to show the accepted file types you configure.
  • Use {{max_files}} and {{max_size}} to show your configured file limits.

Number Fields

Customize validation messages for Number question types.
SettingWhen it appearsSupported variables
Number onlyDisplayed when non-numeric
characters are entered
Minimum numberDisplayed when the entered value is
less than the configured minimum
Maximum numberDisplayed when the entered value exceeds
the configured maximum
Range numberDisplayed when the entered value falls
outside the configured range

  • Use {{min_value}} to show the minimum value you configure.
  • Use {{max_value}} to show the maximum value you configure.
  • Use {{min_value}} and {{max_value}} together to show your configured range.

Step-by-Step Guide

Notes

  • Always click Save after language changes.
  • Changing language replaces custom translations with that language’s presets.
  • Next button label and Submit button label are limited to 30 characters.
  • Result page loader is limited to 50 characters.
  • Hint and error messages are limited to 100 characters.
  • Variables such as {{min_value}} are replaced with real values on the live quiz.