Thursday, 19 September 2013

rails 3 multiple language for any user

rails 3 multiple language for any user

I want my app has multiple languages. To do this, I read railscasts #138
But there, the writer put a language column to User model and thus users
can see pages only in their language as I understand right. But I want my
website can be seen in any language by any user just like usual.
How can this be done?

No comments:

Post a Comment