Current Lesson
Course Content
Course Content

Account Location and Language

Language

This is for the language that your customers see.

  1. Select Settings from your Simplero Dashboard

  2. Select the Account tab

  3. Scroll down to Localization section

  4. In Customer language area, choose the default language that your customers see


But the logic is actually quite a bit smarter than that. Here's how it works:

When someone visits the site, we choose a language based on the following order:

  1. If a locale has been set using query parameters (see below), we use that

  2. If the visitor is logged in, we take that user's preferred language (can be changed in the user menu in the top-right corner)

  3. If the browser has a preference for a language, we'll use whichever is highest (you can set this preference in your browser)

  4. Otherwise, we will use the locale you have chosen under Settings > Account

The user preference can be a little confusing to you as an Admin if you run an account with multiple languages since when you are logged in, you will always see your preferred language. 

To test what others see, use another browser where you are not logged in, and pay attention to the language preference settings of your browser.


Setting locale using query parameters

You can override the choice of locale by adding this snipped to any URL:

?locale=en for English or ?locale=da for Danish

When you do this, the choice of locale will stay for the remainder of the browsing session.

Thus, if you have a Simplero account primarily targeted towards the Danish market, but you want to send out a link to a product for an English-speaking audience, you can add the ?locale=en to the link, and you can be sure they will see things in English.

If you are running on international business check out this guide for more support

Last updated 1 Feb 2023.