How does Weglot manage the prices and the currencies?
In this article, you'll learn how Weglot manages the prices and the currencies for your translations.
1. Currencies
Weglot does not integrate a currency converter, which means automatic currency conversion is not supported. Our main focus lies in content translation. Managing currencies involves significant complexities, including not only changing currency symbols but also adjusting prices according to legal rates.
However, you can create a connection between the current language and a currency converter through our developer documentation. Check out our developer documentation for more details: Weglot JavaScript Functions.
This will enable you to retrieve the current language and act on it accordingly.
2. Prices
By default, Weglot does not translate prices. If a price is identified within the HTML code with a class "price" or "money", Weglot will automatically exclude it from translation.
However, if a price is accidentally translated by Weglot and you want to prevent it, you can exclude the element from translation. You can learn more about excluding blocks/words from translation in our dedicated documentation: How to exclude URLs/blocks/words from translation