On Thu, 13 Feb 2003, Eric Cholet wrote: > I want to use the DateTime language stuff, mainly so that I can use > DateTime's strftime instead of my own cooked up one, but I find it > difficult to integrate with my applications because of the non standard > English language names it uses, instead of ISO language codes such as > ISO639. I can build up a mapping fr => French, en => English, but > shouldn't DateTime rather use ISO language codes directly?
I think the best solution might be to just create a hash in the DateTime::Language module and use that module to load language modules, so we could use either ISO codes or the English language names that are used to name the modules. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
