The user-readable text presented in the language of a specific locale. This locale-specific text is used for displaying names or descriptive text. For database-specific information regarding the maximum length allowed for this property, see Database Engine Differences.

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

ToggleSyntax

Visual Basic (Declaration)
Property LocalizedText As String
C#
string LocalizedText { get; set; }
Visual C++
property String^ LocalizedText {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_localizedText();
function set_localizedText(value);

ToggleRemarks

ToggleSee Also