Returns the name of the language used to implement the plug-in as a String. VBScript, JScript, PerlScript, Python and CPP (C++) are all valid languages.
set plugin = Application.Plugins("Mesh Filter plugin") Application.LogMessage "Language: " & plugin.Language |