Basic example: Setting the NLSPATH environment variable to include the paths to the XL C/C++ V8.0 message catalogs

If you are using Bourne or Korn shell:

   export NLSPATH=$NLSPATH:
   /opt/ibmcmp/msg/%L/%N:
   /opt/ibmcmp/vacpp/8.0/msg/%L/%N:

If you are using C shell:

   setenv NLSPATH $NLSPATH:
   /opt/ibmcmp/msg/%L/%N:
   /opt/ibmcmp/vacpp/8.0/msg/%L/%N: