What is the best/correct way to translate for example a product description that is saved in the DB into multiple languages. Will I have to add more fields to the product table like:
description_en
description_de
etc...
Thanks…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is of course not a single correct way, but I personally like the Globalize2 gem: https://github.com/joshmh/globalize2