T
Asked
I create RU and UK lang and remove FR and ES.
I want to make Multilanguage site, so need to add every article on 3 lang, but how?
I want to make Multilanguage site, so need to add every article on 3 lang, but how?
- MSAnsweredHello,
There in no option to input all the language. However you can translate the sentence/paragraph to languages by adding it to the shop module language.
Thank you - TAnswered**[Mian Saleem](/u/saleem)** How about to translate product description to all language?
- MSAnsweredHello,
You can use the product details as key to translate them to other languages.
If you have product details as following
> Fun and lovely cactus plush toys, can dance, sing, move.
Then you can add it to your language `ru.json` as following
```json
{
"Fun and lovely cactus plush toys, can dance, sing, move.": "Веселые и милые плюшевые игрушки кактус, могут танцевать, петь, двигаться."
}
```
Thank you - Login to Reply