Interface for localization implementation
Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
Methods
Name | Description | |
---|---|---|
GetFormattedMessage(IEnumerableMessageEntry, String) |
Returns the found errors is a string.
| |
GetFormattedMessage(IEnumerableKeyValuePairInfoEnum, String, String) | Obsolete.
Returns the found errors is a string.
| |
GetMessage(Enum, Object) |
Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.
| |
GetMessage(InfoEnum, Object) |
Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.
|
See Also