This property is not supported.

The locale name for the language in which the text extract is written, if known.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ExtractLocale As String
C#
string ExtractLocale { get; set; }
Visual C++
property String^ ExtractLocale {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_extractLocale();
function set_extractLocale(value);

ToggleRemarks

ToggleSee Also