Changing the language of your Widget
The "locale" parameter
Changing the language in your Flowbox Widget is done by changing the value of the locale property in the embed code.
The locale property serves two purposes. Firstly, it is used to translate the default texts within the Flow to the selected language. Secondly, it specifies the Catalog from which the Flow should fetch data for assigned products, such as product titles, currency, and product links.
The values you need to use for the locale parameter can be found under the "Market" column in the Products section.
Changing the language
If you want to display your Flow in another language, pass in the locale property. This needs to have both a language and a region code to work correctly: e.g. en-EU (language: English - region: Europe) or da-DK (language: Danish - region: Denmark). In order to get a correct translation, you will have to pick a language from the list below.
The texts in the Flow will be displayed in the selected language, regardless of the region selected.
NOTE: If you pass in an unsupported locale, buttons and text will be displayed in English.
See the example here for how to pass it into the 'init' method of the window.flowbox function correctly:
window.flowbox('init', { container: '#js-flowbox-flow', key: 'Your-Second-Flow-Key', locale: 'fr-FR' })
Our Supported Languages:
Arabic | Finnish | Korean | Russian |
Bulgarian | French | Latvian | Slovak |
Simplified Chinese | German | Lithuanian | Slovenian |
Croatian | Greek | Malay | Spanish |
Czech | Hungarian | Norwegian BokmΓ₯l | Swedish |
Danish | Icelandic | Norwegian | Thai |
Dutch | Indonesian | Polish | Turkish |
English | Italian | Portuguese | Ukrainian |
Estonian | Japanese | Romanian | Vietnamese |
Our Supported Regions:
Even though regions don't affect the language, they can affect how prices are displayed. For instance:
ESregion: 299 β¬
SVregion: EUR 299
Argentina: | Finland: | Lithuania: | Singapore: |
Australia: | France: | Luxembourg: | Slovakia: |
Austria: | Germany: | Macau: | South Africa: |
Belgium: | Global: | Malaysia: | South Korea: |
Brazil: | Greece: | Malta: | Spain: |
Bulgaria: | Guatemala: | Mexico: | Sweden: |
Canada: | Hong Kong: | Monaco: | Switzerland: |
Chile: | Hungary: | Morocco: | Taiwan: |
China: | Iceland: | New Zealand: | Thailand: |
Colombia: | India: | Norway: | The Netherlands: |
Costa Rica: | Indonesia: | Peru: | Turkey: |
Croatia: | Ireland: | Philippines: | Ukraine: |
Cyprus: | Israel: | Poland: | United Arab Emirates: |
Czechia: | Italy: | Portugal: | United Kingdom: |
Denmark: | Japan: | Qatar: | United States: |
Egypt: | Latvia: | Romania: | Vietnam: |
Estonia: | Latvia: | Russia: | |
Europe: | Lebanon: | Saudi Arabia: |