Multilingual / Multilocal Implementation
If a site or an application operates in different locations where certain product parameters (like product availability, price or product name display language) differ, multilingual / multilocal implementation allows products to be displayed in recommendation widgets with the correct language, correct currency, and correct price. Below are a few examples of when our clients use this functionality:
Company A's website operates in three different countries and recommendation widgets should display products in the local language and with prices in local currency depending on the country. One feed is used for recommendations on all versions of the website. The multilingual / multilocal implementation is used to display product names in different languages and prices in different currencies.
Company B works with clients from all over the USA and has seven distribution centers to maintain high level of customer service across the country. Due to the peculiarities of the business processes, prices and availability for customers served by each of the distribution centers differ. The multilingual / multilocal implementation is used to display the corresponding prices and availability for each of the users depending on their location.
To ensure that this personalization platform feature works correctly, it is necessary to add the lng
parameter to the website context and product feed.
The lng parameter in website context:
or
Additional columns need to be added to the feed for parameters that differ from the base parameters in the following format: lng:<language/region code>:<parameter>:<value>
.
For example, the product name in another language:
or the price of a product in another region:
Last updated
Was this helpful?