Discuss this help topic in SecureBlackbox Forum
Specifies the language.
Declaration
[VB.NET]
Property Lang As String
[Pascal]
property Lang : string;
[C++]
void get_Lang(std::string &OutResult);
void set_Lang(const std::string &Value);
[PHP]
string get_Lang()
void set_Lang(string $Value)
[Java]
String getLang();
void setLang(String Value);
Description
This property specifies the language of the textual content of this element.
Discuss this help topic in SecureBlackbox Forum