Deprecated.
The Verity locale used for the object store. Before you can set a value for this property on the object store, a VerityDomainConfiguration object must exist.

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)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0")> _
Property CBRLocale As String
C#
[ObsoleteAttribute("As of release 5.2.0")]
string CBRLocale { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0")]
property String^ CBRLocale {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_cbrLocale();
function set_cbrLocale(value);

ToggleRemarks

ToggleSee Also