char *dal_lng_ret_act ()

Returns the language ID of the current user data language.

Output Parameters Significance
none -

Return Code Significance
value Pointer to language ID of the current user data language:
"GER" German
"ENG" English
"FRE" French

The language ID of the current user data language is important for userexits that direct the access database entries. Multilingual table fields in DataView contain the short description of the language at the end of the field name as reference.

Attention! In the calling program you may not change the char-pointer which the function returns (instead, copy it before using > strcpy < ), for it directly points to the address of the module variable.