1 This directory contains simple examples of the use of GNU gettext.
2 Each example is a simple "hello world" program with a very small message
3 catalog, written in a particular programming language for a particular
6 Example Language GUI Environment
13 hello-c++-gnome C++ GNOME
15 hello-objc-gnustep ObjectiveC GNUstep
16 hello-objc-gnome ObjectiveC GNOME
22 hello-smalltalk Smalltalk
24 hello-java-awt Java AWT
25 hello-java-swing Java Swing
27 hello-csharp-forms C# Forms
36 Before building an example, you need to
37 1. Build and install the GNU gettext package, as described in the INSTALL
39 2. cd to the example and do
41 3. Then you can build the example as usual:
42 ./configure --prefix=/some/prefix
45 and see it work by executing
46 /some/prefix/bin/hello