internat(1int)
NAME
internat − introduction to internationalization operations
DESCRIPTION
The internationalization package gives a convenient method for writing or converting applications so that they can operate in the application user’s native language. The package consists of tools for the creation and modification of message catalogues, a set of library functions, an international compiler that creates language support databases from special source files, and an announcement and initialization mechanism. The final part of the package is a set of internationalized C library functions that allow the internationalized applications to run.
NOTE
When a C program is compiled, the −li option must be used to include the internationalization library. The following command line includes the internationalization library:
cc −li −o prog prog.c
SEE ALSO
The following is list of the reference pages associated with internationalization:
extract(1int)nl_langinfo(3int)
gencat(1int)nl_printf(3int)
ic(1int)nl_scanf(3int)
strextract(1int)setlocale(3int)
strmerge(1int)strcoll(3int)
trans(1int)strftime(3int)
atof(3)strxfrm(3int)
conv(3)printf(3s)
ctype(3)scanf(3s)
ecvt(3)environ(5int)
catgetmsg(3int)lang(5int)
catgets(3int)nl_types(5int)
catopen(3int)patterns(5int)
Commands