Discuss this help topic in SecureBlackbox Forum
The language of this user.
Declaration
[VB.NET]
Property Language As String
[Pascal]
property Language: string;
[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 Value);
Description
Specifies the language of this user (ISO 639-1).
Discuss this help topic in SecureBlackbox Forum