Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.
Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- error
- Type: SystemEnum
Error containing InfoEnum error and array of any arguments - args
- Type: SystemObject
Any arguments for the error message
Return Value
Type: StringLocalized error message, formatted with arguments
Implements
ILocalizationGetMessage(Enum, Object)See Also