lang.c sample program

The lang.c sample program 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.

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