Get the current user culture in the Users register from OData. Default system culture if current user has no culture info.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static CultureInfo GetODataCultureName( Uri oDataUri, IAuthenticator authenticator = null )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - authenticator (Optional)
- Type: IAuthenticator
The authenticator with with security information.
Return Value
Type: CultureInfoThe user culture.
See Also