Changelog / Enhanced Language Support and UI Updates for Freemius Checkout Translation

Enhanced Language Support and UI Updates for Freemius Checkout Translation

Following our release of Checkout Translation, we have made additional updates to the UI.

We now always display the language selector dropdown in the footer, with the default language set to ‘English.’ If you want to automatically select a supported language based on the buyer’s location, you can pass language: 'auto' to the JavaScript SDK.

const handler = new FS.Checkout({
  plugin_id: 'x',
  public_key: '...',
  language: 'auto',
});

Additionally,

  1. We have renamed the language labels to their native names (e.g., ‘Español’ instead of ‘Spanish’) to help users select the correct language.
  2. We have also added flag icons to better represent each language’s locale.
  3. The German translation has been updated to fix a few minor UI glitches.

Stay tuned for more product updates.