The SnaNlsInit function is called to initialize the SNANLS DLL and determine if the code page needed is supported by code page translations using SNANLS. This allows an application to determine if the necessary NLS language files containing code page translation tables are installed on the local system.
int WINAPI SnaNlsInit(
UINT CodePage,
);
The SnaNlsInit function returns 1 if code page translations are supported; otherwise 0 is returned on failure.