The names of the locales this object supports. Each locale name is a string containing an ID that indicates the specific regional language of the text string value of a display name or description.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property LocaleNames As IStringList
C#
IStringList LocaleNames { get; }
C++
property IStringList LocaleNames abstract  {
    IStringList get();
}
J#
/** property */
public IStringList get_LocaleNames();
JScript
public function get LocaleNames() : IStringList

Remarks

See Also