ClientScriptItem.Language Propriedade
Definição
Obtém o valor do atributo language para o elemento de script de cliente.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
Valor da propriedade
O nome do idioma especificado para o language atributo no script elemento.The language name specified for the language attribute in the script element.
Comentários
A Language propriedade representa o idioma no qual as instruções de script são gravadas.The Language property represents the language in which the script statements are written. Se a Language propriedade for null ou uma cadeia de caracteres vazia (""), o language atributo não será definido no script elemento.If the Language property is null or an empty string (""), the language attribute is not set in the script element. Quando um bloco de script de cliente não especifica a linguagem de script, o navegador do cliente determina o idioma.When a client script block does not specify the script language, the client browser determines the language.
A Language propriedade é inicializada pelo ClientScriptItem Construtor.The Language property is initialized by the ClientScriptItem constructor.