This function retrieves the language for error messages in the server part.
Context
Windows server,
Java server.
Parameters
ALPHA(2) | LanguageCode | Language identifier (ISO 639 code). |
ALPHA(2) | CountryCode | Country identifier (ISO 3166 code). |
BOOL | ReturnCode | Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
ALPHA(2) LanguageCode
ALPHA(2) CountryCode
BOOL MyBoolReturnCode
CALL_DLL 'VaToolbx.dll' 'VaToolBxGetServerLanguage' LanguageCode CountryCode MyBoolReturnCode