This function is used to retrieve the (language/country) pair used by the browser.
This information is set out as a string, shown below:
"lg_CO"
where
lg is the ISO 639 language code,
CO is the ISO 3166 country code.
List of language codes and country codes.
Context
Adelia Web client
Parameters
ALPHA(n) |
Language_Country |
(n>=5) |
BOOL |
ReturnCode |
Return code for the operation: *TRUE if the operation was completed successfully. *FALSE if it was not. |
Example
ALPHA(5) |
l_Locale |
BOOL |
Returncode |
CALL_DLL 'VaToolBx' 'VaToolBxAwsGetBrowserLocale' l_Locale Returncode
=> l_Locale contains "en_GB"
List of the VaToolBx functions by topic