how to internatianalize the ruby on rails site
We have the rails app, content served from the database. Now we need to translate that to multiple languages. 开发者_StackOverflowWhat is the best way to the internalization of the ruby on rails application?
You can use the plugin Globalize2 http://github.com/joshmh/globalize2
Try using localized record to add translations for your content.
精彩评论