Automatic support for localized clients

Open Server automatically handles some tasks associated with supporting localized clients. These tasks include:

For some Open Server applications, this automatic support for localized clients is sufficient, as they do not need to take any additional steps to support localized clients. However, other Open Server applications need to provide additional support for localized clients.


Automatic response to requests for localization information

After logging into an Open Server application, a client can request:

Clients make these requests using the sp_serverinfo system registered procedure, using Remote Procedure Call (RPC) commands.

In response, Open Server automatically returns the requested information by means of the sp_serverinfo system registered procedure. An Open Server application does not need to take any action at this point, and, in fact, is not aware that the request ever occurred.