Set the default language name for an application.
RETCODE dbsetdeflang(language) char *language;
The name of the national language to use. language must be a null-terminated character string.
SUCCEED or FAIL.
dbsetdeflang sets an application’s default national language.
DB-Library uses a default language when no DBPROCESS structure is available or when localization information for a DBPROCESS structure’s language cannot be found.
If an application does not call dbsetdeflang, its default language is the language of the first DBPROCESS connection opened, or us_english if no DBPROCESS is open.