Discuss this help topic in SecureBlackbox Forum
Specifies the user's locale.
Declaration
[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