[Mono-list] More projects

Miguel de Icaza miguel@ximian.com
02 Aug 2001 16:25:59 -0400


Hey guys!

   Today (after Sergey told me about this topic) I researched how .NET
handles translations in the software.  I had originally suggested to
use a gettext-like approach, but it seems like there is a set of tools
available under .NET that make sense to use.

   .NET comes with a set of classes for reading and writing the
resource strings, so as usual, we can build the classes, and then
write the command line wrapper applications that do this.

   The various bits are in System.Resources and they go in MSCORLIb.

Best wishes,
Miguel.