From: Mat Schaffer Date: 2007-01-04T04:01:51+09:00 Subject: Re: Getting locale information? On Jan 3, 2007, at 12:39 AM, Jeremy McAnally wrote: > I'm working on a library, and it would be very nice to automatically > be able to switch out the data based on the user's locale. Is there a > way to automatically find that? Or is that something they will need > to setup? > > Thanks, > Jeremy If you're working in rails, it sounds like the globalize plugin might be what you're looking for. It may have roots in libraries that you could utilities in outside of rails as well, but I can't say for sure. -Mat