Loads the specified message table for a language.
#include <netware.h>
int LoadLanguageMessageTable (
char ***table,
int *count,
int *languageID);
(OUT) Points to the loaded message table.
(OUT) Returns the number of strings in the table.
(OUT) Points to the NetWare language ID for the message table; French, for example is 6 while English is 4.
If successful, returns 0. Otherwise, returns -1.