scripting:api:script:language

Language

Property of IScript

Script language name

Read-Only Property of type BSTR

var pstrVal = Script.Language;
pstrVal = Script.Language
BSTR pstrVal;
HRESULT hr = Script.get_Language(&pstrVal);