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?
-- Eric Cholet
