Property of IScript
Script language name
Read-Only Property of type BSTR
var pstrVal = Script.Language;
==== Visual Basic Script ====
pstrVal = Script.Language
==== C++ ====
BSTR pstrVal; HRESULT hr = Script.get_Language(&pstrVal);
===== See Also ===== IScript