|

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


image

image

System.GetDefaultLangID

OverviewExamples

table System.GetDefaultLangID ( )


De s cr ip t ion


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


P arame t er s


None.


Re t u r n s


(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.


|