SQL Object
 
Syntax
 
SQL.ForeignLanguage[()]
 
Description
Displays the language code of the selected language in which Tradium is running.
See Also

Example
 
Sub Main
 
   Debug.Print SQL.ForeignLanguage
 
End Sub