AnalyzerPropertiesLocale Property |
A locale in the format language[_COUNTRY][.encoding][@variant]
(square brackets denote optional parts), e.g. "de.utf-8" or
"en_US.utf-8". Only UTF-8 encoding is meaningful in ArangoDB.
The locale is forwarded to ICU without checks. An invalid
locale does not prevent the creation of the Analyzer.
Namespace:
ArangoDBNetStandard.AnalyzerApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Locale { get; set; }
Public Property Locale As String
Get
Set
public:
property String^ Locale {
String^ get ();
void set (String^ value);
}
member Locale : string with get, set
Property Value
Type:
StringSee Also