The Verity locale used for the object store. Any valid locale name supported by Verity can be used. This value must be set before any VerityIndexArea objects are created, and may not be modified while any VerityIndexArea objects exist. If the locale is "uni", the default language code can optionally be appended to this name (such as "uni/fr" for French). When a language code is appended, queries use the specified language as the default language for word stemming and other language-specific features.

Specifying a language code here applies only to the default language used. It does not preclude the use of additional languages for the object store. Multiple languages can be indexed into Verity collections in the same object store.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property CBRLocale As String
C#
string CBRLocale { get; set; }
C++
property string CBRLocale abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_CBRLocale();

/** property */
public void set_CBRLocale(string value);
JScript
public function get CBRLocale() : String

public function set CBRLocale(value : String);

Remarks

See Also