Discuss this help topic in SecureBlackbox Forum
The language of this user.
Declaration
[C#/Java]
string Language;
[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)
Description
Specifies the language of this user (ISO 639-1).
Discuss this help topic in SecureBlackbox Forum