Documentation for this section has not yet been entered.
The ClientScriptItem.Language property represents the language in which the script statements are written. If the ClientScriptItem.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 ClientScriptItem.Language property is initialized by the ClientScriptItem.#ctor(string, string, string, string, string) constructor.