ILocalization Interface

Scanjour Workflow4 Reference Manual
Interface for localization implementation

Namespace:  Scanjour.Workflow4.Base.Localization
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax

public interface ILocalization
Methods

  NameDescription
Public methodGetFormattedMessage(IEnumerableKeyValuePairInfoEnum, String, String) Obsolete.
Returns the found errors is a string.
Public methodGetFormattedMessage(IEnumerableMessageEntry, String)
Returns the found errors is a string.
Public methodGetMessage(Enum, Object)
Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.
Public methodGetMessage(InfoEnum, Object)
Retrieves a localized validation error, formatted with arguments. The localization is made with respect to the current user.
Top
See Also

Reference