Interface ILocalizationProvider
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface ILocalizationProvider
Methods
Get(string, LocalizeType, CultureInfo)
Get the localized string.
DeclarationTranslation? Get(string name, LocalizeType type, CultureInfo culture)
Type | Name | Description |
---|---|---|
string | name | System name |
LocalizeType | type | Localize type of name |
CultureInfo | culture | Culture |
Type | Description |
---|---|
Translation | Localized string if exists, else null |
GetAll(string)
Get all localized strings for specific scheme. Used in the designer with predefined mark.
DeclarationList<Translation> GetAll(string schemeCode)
Type | Name | Description |
---|---|---|
string | schemeCode | Scheme code |
Type | Description |
---|---|
List<Translation> |