We have the rails app, content served from the database. Now we need to translate that to multiple languages. What is the best way to the internalization of the ruby on rails application?
A:
Try using localized record to add translations for your content.
Kevin Sylvestre
2010-03-11 06:58:13
+1
A:
You can use the plugin Globalize2 http://github.com/joshmh/globalize2
shingara
2010-03-11 07:54:15