Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.Locale

TElOneDriveDataStorage     


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


Specifies the user's locale.

Declaration

[C#]
    string Locale;

[VB.NET]
    Property Locale As String

[Pascal]
    property Locale: string;

[C++]
    void get_Locale(std::string &OutResult);
    void set_Locale(const std::string &Value);

[PHP]
    string get_Locale()
    void set_Locale(string $Value)

[Java]
    String getLocale();
    void setLocale(String Value);

Description

    Use this property to specify the locale settings.

Discuss this help topic in SecureBlackbox Forum