lang.c sample program

The lang.c demonstrates how to use 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.

For more information on processing language commands, see “Language Calls” in the Open Server Server-Library/C Reference Manual.