Discuss this help topic in SecureBlackbox Forum
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