Discuss this help topic in SecureBlackbox Forum
Specifies the element's language.
Declaration
[VB.NET]
Property Language As String
[Pascal]
property Language : WideString;
[C++]
void get_Language(std::string &OutResult);
void set_Language(const std::string &Value);
[PHP]
string get_Language()
void set_Language(string $Value)
[Java]
String getLanguage();
void setLanguage(String AValue);
Description
Use this property to specify the language of the Simple DC element.
Discuss this help topic in SecureBlackbox Forum