BEA Logo BEA WebLogic Enterprise Release 5.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   WebLogic Enterprise Doc Home   |   Tuxedo ATMI Topics   |   Previous Topic   |   Next Topic   |   Contents   |   Index

nl_types(5)

Name

nl_types-native language data types

Synopsis

#include <nl_types.h>

Description

The nl_types.h header file contains the following definitions:

nl_catd

Used by the message catalog functions catopen(3), catgets(3) and catclose(3) to identify a catalog.

nl_item

Used by nl_langinfo(3) to identify items of langinfo(5) data. Values for objects of type nl_item are defined in langinfo.h.

NL_SETD

Used by gencat(1) when no $set directive is specified in a message text source file. This constant can be used in subsequent calls to catgets() as the value of the set identifier parameter.

NL_MGSMAX

Maximum number of messages per set.

NL_SETMAX

Maximum number of sets per catalog.

NL_TEXTMAX

Maximum size of a message.

DEF_NLSPATH

The default search path for locating catalogs.

See Also

gencat(1), catgets(3), catopen(3), nl_langinfo(3), langinfo(5)