less than a minute read • Updated 14 days ago
Setting the customer portal language
The Foxy customer portal has several language translations, and we are adding more all the time. To use one of the translations, you'll need to update the <foxy-customer-portal>
element to include a lang
attribute that's set to your desired language. This article assumes that you've already set up the portal and it's working with the English language translation.
As of this writing, the following languages are available:
English: en
German: de
Spanish: es
French: fr
Dutch: nl
Polish: pl
Swedish: sv
Traditional Chinese (Hong Kong): zh-hk
If you would like to contribute a translation, please reach out to our support team.
Instructions for Webflow:
In your Webflow site, open the HTML embed element on the portal page. Add a lang
attribute to the <foxy-customer-portal>
element with a value of the language desired. For example, to set the language to German, the HTML embed would look something like this:
<foxy-customer-portal base="https://YOUR_STORE.foxycart.com/s/customer/" lang="de">
</foxy-customer-portal>
Save the html embed, then publish your page and test.
If you're not using Webflow, you can edit the page as you would normally do, adding the lang
attribute to the <foxy-customer-portal>
element.
If you're unsure how to make the change for your CMS or website, please reach out to our support team.