Internatiolazing columns in Rails

Hey,

I’m a newbie with Rails and ActiveRecord so sorry for stupid question
if it is stupid though :wink:
I have read several articles about making i18n for validation
messages, models and stuff.
What I want to do, is different language for the record contents
though.
So, by example.
I have a table Faculty:
id
name_en
name_es
name_pl

can I do that automagically with ActiveRecord and Rails?

You need a plugin. I use translatable_columns: