Multilanguage Approach I18n

Hi All,

what is the common approach when dealing with multi language web sites in Ruby on Rails?

  • Language text files

  • Database driven approach

Also Which will be faster?

regards, Loganathan Mob: +91 7760780741 | +91 9944414388 Skype: loganathan.sellappa

ViewMe

Language yaml files.

You can add more entry to the en.yml you already have.

You can also store the user’s language preference in the cookies and in the DB.

Which approach will be better for large application either files/db?

regards, Loganathan

Mob: +91 7760780741 | +91 9944414388 Skype: loganathan.sellappa ViewMe