Discuss this help topic in SecureBlackbox Forum
Specifies the element's language.
Declaration
[C#/Java]
string Language;
[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)
Description
Use this property to specify the language of the Simple DC element.
Discuss this help topic in SecureBlackbox Forum