Translating products' description in my database

Hi !

I translated all the texts of my front end of my e-commerce website
using i18n.

Now I’d like to translate the products’ description located in my
database. Which method do you recommend ?

Regards

Best is to use the globalize2 gem with a Rails 2 app or the globalize3
gem with a Rails 3 app. The Globalize gem is very easy to use.

I like translatable_columns: