Localization Support |
C |
![]() |
This C++ compiler implements internationalization as follows:
For information on this and other native language support features, read Chapter 6, "Native Language Application Support," of the System Services Overview for Solaris software.
gencat
:
demo% gencat SUNW_SPRO_SC_ccfe.cat \
SUNW_SPRO_SC_ccfe.msg
Example: Set the environment variable LC_MESSAGES, assuming standard install locations, and the messages are localized in Italian:
In a sh shell:
demo$ LC_MESSAGES=it demo$ export LC_MESSAGES |
demo% setenv LC_MESSAGES it |