Get the national language from the DBPROCESS structure.
char* dbgetnatlang(dbproc) DBPROCESS *dbproc;
A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library/C uses to manage communications and data between the front end and server.
A pointer to a character string representing the national language that the client DBPROCESS is using.
dbgetnatlang returns a pointer to the name of the national language that a client is using.
DB-Library/C clients may use a different national language than the server or servers to which they are connected. An application can inform the server what national language it wishes to use through DBSETLNATLANG.