How Pillow picks a participant’s language
A participant’s language comes from thepillow_locale parameter in the study link when it’s there, and from their browser otherwise. Pillow matches it against the languages the study supports, in this order:
- Exact match: the study supports the participant’s language code (
fr-FRforfr-FR). - Same language: the study supports another variant of the same language (
fr-FRfor a participant infr-CA). - Default language: the study’s default language.
Choose the language in the link
Addpillow_locale with a code from the table to send participants a link in a specific language, for example ?pillow_locale=es-MX (or &pillow_locale=es-MX if the link already has parameters). The code goes through the same matching rules, so a code the study doesn’t support gets the closest match.
Chat interface language
The chat interface follows the participant’s own language, not the study’s languages: a participant whose browser is set to German sees German buttons even in a study that supports only English. The interface is translated into 21 languages; a participant in any other language, including Vietnamese, sees it in English. A browser set to Portuguese or Chinese with no region gets Portuguese (Brazil) or Chinese (Simplified).Related
Interview in multiple languages
Add languages to a study and check each one.
Participant metadata
Other parameters you can add to the study link.