Question: How To Add Article On All Languages

How To Add Article On All Languages

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?

T

Taras

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?
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • T

    Taras

    Answered
    **[Mian Saleem](/u/saleem)** How about to translate product description to all language?
  • MS

    Mian Saleem

    Answered
    Hello,

    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