Returns the locale identifier for this client context.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetLocale As CultureInfo
C#
CultureInfo GetLocale()
Visual C++
CultureInfo^ GetLocale()
JavaScript
function getLocale();

Return Value

A CultureInfo object identifying the locale.

ToggleSee Also