If your system uses the en_US locale and encoding, the compiler message catalogs are automatically configured to display correctly, whether you used the basic or advanced method of installation and configuration. However, if your system uses en_US.utf8 encoding, you must set the NLSPATH environment variable so that the compiler and runtime functions can find the appropriate message catalogs following installation.
The command to set the NLSPATH environment variable depends on the shell that you are using.
If you are using Bourne or Korn shell, use the following command:
export NLSPATH=$NLSPATH: xlsmprt_path/msg/bg/%L/%N: xlrte_path/msg/bg/%L/%N: xlcmp_path/vacpp/bg/8.0/msg/%L/%N
If you are using C shell, use the following command:
setenv NLSPATH $NLSPATH: xlsmprt_path/msg/bg/%L/%N: xlrte_path/msg/bg/%L/%N: xlcmp_path/vacpp/bg/8.0/msg/%L/%N
where: