Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.DefaultLocale

TElDropboxDataStorage     


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


Specifies the default locale.

Declaration

[C#]
    string DefaultLocale;

[VB.NET]
    Property DefaultLocale As String

[Pascal]
    property DefaultLocale : string;

[C++]
    void get_DefaultLocale(std::string &OutResult);
    void set_DefaultLocale(const std::string &Value);

[PHP]
    string get_DefaultLocale()
    void set_DefaultLocale(string $Value)

[Java]
    String getDefaultLocale();
    void setDefaultLocale(String Value);

Description

    Use this property to specify the default value for the locale parameter; this parameter specifies language settings of content responses.

Discuss this help topic in SecureBlackbox Forum