Click or drag to resize

IUnicodeCollationLocale Method

Sets the locale to use when applying the collation rules

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IUnicodeCollation Locale(
	string locale
)

Parameters

locale
Type: SystemString
The POSIX locale code (ISO-639 language code plus an optional underbar [_] and ISO-3166 country code. Example: 'en', 'en_US', 'fr_CA', etc)

Return Value

Type: IUnicodeCollation
The collation object for further processing
See Also