v4.0
Returns or sets a String value containing the scripting language used in the Logic code of the Property Page, for example "VBScript", "JScript", "Python" or "PerlScript". If the object is question is implemented inside a Plugin then it is not necessary to set this property, because the language will match whatever language the Plugin has been implemented in. Otherwise the default language is VBScript.
// get accessor String rtn = PPGLayout.Language; // set accessor PPGLayout.Language = String; |