This function retrieves the language name according to its Windows identifier.
The list of possible identifiers is available on the Microsoft website at the following address:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_238z.asp
Context
Windows client,
Adelia Cloud client,
Event Adelia client.
Parameters
ALPHA(n) |
Name |
Language identifier. |
NUM_BIN_2 |
NameSize |
Length of the name variable. |
NUM_BIN_4 |
Language |
Language identifier. |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
ALPHA(30) Name
NameSize = 30
Language = 1036
* 1036: Identifier of the French language in France
* 2057: Identifier of the English language (UK)
CALL_DLL 'VaToolBx.dll' 'VaToolBxGetLanguageName' Language Name NameSize ReturnCode
List of the VaToolBx functions by topic