Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.LanguageCode

TElGoogleDriveAccountInfo     


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


Returns the user's language code.

Declaration

[C#]
    string LanguageCode;

[VB.NET]
    Property LanguageCode As String

[Pascal]
    property LanguageCode: string;

[C++]
    void get_LanguageCode(std::string &OutResult);

[PHP]
    string get_LanguageCode()

[Java]
    String getLanguageCode();

Description

    Use this property to get the user's language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format.

Discuss this help topic in SecureBlackbox Forum