lang.c sample program

lang.c demonstrates the use of a SRV_LANGUAGE event handler. The event handler responds to client language commands with an informational message, which it sends to the client using the srv_sendinfo routine. This program also contains a SRV_CONNECT event handler and error handlers.

See “Language Calls” in the Open Server Server-Library/C Reference Manual.