StoreHippo's multi-lingual e-commerce functionality provides you enabled translations in all its themes. Translations in design theme allow you to translate the keys of a widget into another text or language.
Translations can be added to the design theme in a few easy steps:
The translated values are reflected on the storefront as follows:
When you add a text in the code, in order to translate the text, you are required to use
{{'<YOUR TEXT>'|msTranslate}}
For example, if you add the text "Welcome to My Store" in the static page, then use the msTranslate filter to translate this text in other languages will be:
{{'Welcome to My Store'|msTranslate}}