Sys\_GetLocaleLanguageID
Description
Section titled “Description”Returns the language ID used on the machine
Syntax
Section titled “Syntax”Sys_GetLocaleLanguageID() As Boolean
Return value
Section titled “Return value”Result will be stored in gsLanguage
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Sys_GetLocaleLanguageID()If bStatus Then bStatus = Job_Writelog("Custom", "gsLanguage: " & gsLanguage, bStatus, True)Related functions
Section titled “Related functions”Sys_BreakthruMsgbox Job_SetLanguage