ILocalization Interface

Interface for localization implementation

Definition

Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public interface ILocalization

Methods

GetCsvDelimiter Returns the delimiter to be used by csv files for the culture
GetCulture Returns the culture info of the current culture
GetDisplayName Returns the localized displayname for the requested entitySet or property
GetFormattedMessage(IEnumerableMessageEntry, String) Returns the found errors is a string.
GetFormattedMessage(IEnumerableKeyValuePairInfoEnum, String, String) Returns the found errors is a string.
Obsolete.
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.
ToString Returns a localized string representing the object

See Also