| 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-b0713
 Syntax
SyntaxIUnicodeCollation 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: 
IUnicodeCollationThe collation object for further processing
 See Also
See Also