Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface ILocalizationProvider

OptimaJet.Workflow.Core.Runtime.ILocalizationProvider

public interface ILocalizationProvider

Methods

Translation? Get(string name, LocalizeType type, CultureInfo culture) #
Get the localized string.

Parameters

Name
Type
Description
name
String
System name
type
LocalizeType
Localize type of name
culture
CultureInfo
Culture

Returns

Type
Description
Translation
Localized string if exists, else null
List<Translation> GetAll(string schemeCode) #
Get all localized strings for specific scheme. Used in the designer with predefined mark.

Parameters

Name
Type
Description
schemeCode
String
Scheme code

Returns

Type
Description
List<Translation>

Derived Types