Provides a means of support for locale-specific display names and descriptive text used by a class definition or property template.

You can create an instance of a LocalizedString object by calling the CreateInstance method on the Factory.LocalizedString class.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ILocalizedString _
	Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface ILocalizedString : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ILocalizedString : IRepositoryObject, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ILocalizedString = function();
FileNet.Api.Admin.ILocalizedString.createInterface('FileNet.Api.Admin.ILocalizedString');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

ToggleSee Also