CommonDatabaseFunctionsGetLocalizedError Method

Retrieves a localized validation error, formatted with arguments.

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 string GetLocalizedError(
	Uri oDataUri,
	InfoEnum error,
	string culture,
	string[] args = null
)

Parameters

oDataUri  Uri
The OData Service endpoint.
error  InfoEnum
Error containing InfoEnum error and array of any arguments.
culture  String
The culture used for specifying the language used in the error message.
args  String  (Optional)
Any arguments for the error message.

Return Value

String
Localized error message, formatted with arguments

See Also