The user-readable text presented in the language of a specific locale. This localized 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)

Syntax

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

/** property */
public void set_LocalizedText(string value);
JScript
public function get LocalizedText() : String

public function set LocalizedText(value : String);

Remarks

See Also