KI_SET_LANGUAGE
Argument | Enumeration | Purpose |
---|---|---|
connection | Current database connection | |
lang | Language | |
status | KDB_ERROR_ENUM | Return status |
KI_SET_LANGUAGE
Allows the application to set the current language that it is operating. For example:
CALL KI_SET_LANGUAGES connection, _KLANG_DE TO status
Sets the current KCML/DB session to German. If we have German specific indexes then they will be used.
Use the KI_SET_LANGUAGES call to configure the range of supported languages.