Sets the locale identifier for this user context. For more information, see the LocaleName property.

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

ToggleSyntax

Visual Basic (Declaration)
Public Sub SetLocale ( _
	locale As CultureInfo _
)
C#
public void SetLocale(
	CultureInfo locale
)
Visual C++
public:
void SetLocale(
	CultureInfo^ locale
)
JavaScript
function setLocale(locale);

Parameters

locale
Type: System.Globalization..::.CultureInfo
The System.Globalization.CultureInfo object to be associated with the current user context. Can be Null, in which case the locale for the current thread is used.

ToggleSee Also