Discuss this help topic in SecureBlackbox Forum

TElBoxUser.Language

TElBoxUser     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The language of this user.

Declaration

[C#]
    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)

[Java]
    String getLanguage();
    void setLanguage(String Value);

Description

    Specifies the language of this user (ISO 639-1).

Discuss this help topic in SecureBlackbox Forum