bill lam wrote: > I'm ok with the english language messages in j ide, but as we'll soon have a > totally new ide, and for the benefit of new j users, > > 1. is i18n needed? > 2. if yes, should it be implemented with gnu gettext or home-brew > scheme?
Good idea. I think we should call gettext on any string that might need translating, where gettext is initially gettext=:] . This should allow anyone to translate the strings later on. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
