Michael W. Ryan on Fri, 28 Jul 2000 10:29:16 -0400 (EDT) |
On Fri, 28 Jul 2000, Kyle Burton wrote: > I've used GNU Gettext in a C project I've wored on, and it was wonderful. > It was highly automated, and made the process of translation very easy. > I was wondering if anyone has done multi-lingual projectds in Java, and > what techniques they have used to make the task of development simpler. There's a package (I can't remember the name of it) that's part of the standard Java lib that has a bunch of classes for handling internationalization. These include defining resource bundles for text, and so forth. Java was designed from the beginning to be international (i.e. it's not an add-on). In fact, its strings are unicode-based, not ASCII-based. I've not done much work with internationalization, but it seems that Java has everything you need. Michael W. Ryan, MCP, MCT | OTAKON 2000 mryan@netaxs.com | Convention of Otaku Generation http://www.netaxs.com/~mryan/ | http://www.otakon.com/ No, I don't hear voices in my head; I'm the one that tells the voices in your head what to say. ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|