ClientScriptItem.Language Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the language attribute value for the client script element.
public:
property System::String ^ Language { System::String ^ get(); };
public string Language { get; }
member this.Language : string
Public ReadOnly Property Language As String
Property Value
The language name specified for the language attribute in the script element.
Remarks
The Language property represents the language in which the script statements are written. If the Language property is null or an empty string (""), the language attribute is not set in the script element. When a client script block does not specify the script language, the client browser determines the language.
The Language property is initialized by the ClientScriptItem constructor.