LlStgsysSetUILanguage

Syntax:

INT LlStgsysSetUILanguage (HLLSTG hStg, INT nLanguage);

Tasks:

Sets the UI language.

Parameter:

hStg: The handle returned by LlStgsysStorageOpen()

nLanguage: LCID of the language.

Return value:

0: okay, <0: Error code

Example:

LlStgsysSetJob(hStg,1);
LlStgsysSetUILanguage(hStg,1033);