Interface ILocalizationProvider
OptimaJet.Workflow.Core.Runtime.ILocalizationProvider
Namespace: OptimaJet.Workflow.Core.Runtime
public interface ILocalizationProviderMethods
Translation? Get(string name, LocalizeType type, CultureInfo culture) #Get the localized string.
Parameters
Name
Type
Description
nameStringSystem name
typeLocalizeTypeLocalize type of name
cultureCultureInfoCulture
Returns
Type
Description
TranslationLocalized 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
schemeCodeStringScheme code
Returns
Type
Description
List<Translation>