System.GetDefaultLangID

table System.GetDefaultLangID (

)

Description

Returns a table containing the primary and secondary language ID code for the language on the local system.

Parameters

None.

Returns

(table) A table containing the primary and secondary language ID code, indexed by "Primary" and "Secondary." If the language information cannot be determined or an error occurs, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

See also: Related Actions