setLang, setLanguage
Declaration
Delphi
procedure setLang(Lang: ShortString);
C/C++
SOPAD_API void SOPAD_setLang(const char* szLang);
ActiveX
HRESULT setLanguage([in] BSTR Language);
Description
Function sets the language of the driver. Default is English.
Arguments
Lang, Language
Short name of the language. You may use the following strings to set the Language:
| Short name | Language |
|---|---|
| D | German |
| GB | English |
| ES | Spanish |
| PL | Polish |
| NL | Dutch |
| F | French |
, multiple selections available,