How to generate labels,textblocks,listview items from resource file as in .Net framework in ruby on rails 3.This gives advantage of customizing view of webpage for different users and locale.I want to create many resource files and use it for generating views.I wish to know how to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
What you're looking for is Rail's Internationalization (or l18n). You can find the most current reference and examples of how to do this in the Rails Guides, under Rails Internationalization (I18n) API. Additional information can be found on the Rails I18n Wiki. |
|||
|
|