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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property LocaleNames As IStringList
C#
IStringList LocaleNames { get; }
Visual C++
property IStringList^ LocaleNames {
	IStringList^ get ();
}
JavaScript
function get_localeNames();

ToggleRemarks

ToggleSee Also