The Script Language.
[Visual Basic .NET] Public Property Language As String
[C#] public string Language {get; set;}
[C++]
HRESULT get_Language(
BSTR* pLanguage
);
[C++]
HRESULT put_Language(
BSTR pLanguage
);
[C++]Parameters
pLanguage [out, retval] pLanguage is a parameter of type BSTR pLanguage [in] pLanguage is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.