OverviewExamples
table System.GetDefaultLangID ( |
) |
Returns a table containing the primary and secondary language ID code for the language on the local system.
None.
(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.
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