|
|
This section describes how to compile the message catalog and how to locate it so that the application can use it.
Setup program
1 set -x 2 NLSPATH=./%l/%N 3 export NLSPATH4 gencat english/hello.cat english/hello.text 5 gencat french/hello.cat french/hello.text
6 cc hello.c -o hello 7 set +x