CommonDatabaseFunctionsGetODataCultureName Method

Get the current user culture in the Users register from OData. Default system culture if current user has no culture info.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static CultureInfo GetODataCultureName(
	Uri oDataUri,
	IAuthenticator authenticator = null
)

Parameters

oDataUri  Uri
The OData Uri.
authenticator  IAuthenticator  (Optional)
The authenticator with with security information.

Return Value

CultureInfo
The user culture.

See Also