Click or drag to resize

IFTSIndexSetLocale Method

Sets the locale to use when performing full text searching

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
IFTSIndex SetLocale(
	string localeCode
)

Parameters

localeCode
Type: SystemString
The locale code in the form of ISO-639 language code plus, optionally, an underscore and an ISO-3166 country code: "en", "en_US", "fr_CA", etc.

Return Value

Type: IFTSIndex
The index for further processing
See Also