Canada on Rails: Internationalizing Rails
14 Apr 2006Jeremy Voorhis on Internationalizing Rails
- Standard talk on I10N, I18L stuff here
- can localize view, model
- install plugin
- rake globalize:setup
- in models we “translates :fieldname”
- lot’s of details I’m sure you can pick up in the API docs