Defines the
NLSPATH
variable which contains the path
where the message catalogs are contained.
The ``%l'' extracts the string defined in the
LANG
environment variable and the
``%N'' extracts the string from the
name argument from the
catopen(S)
routine.
If the value in the
LANG
variable is ``english'',
the message catalog file in
in our example would be
./english/hello.cat
line 3
Exports this definition
so that the
NLSPATH
variable is defined permanently
in this shell session.
lines 4-5
Creates the .cat files for both
the French and English message.
The source files are compiled into
binary files understood by the
cataloging routines.
line 6
Compiles the source for the main
application program using the
message catalogs.