ITextApi Interface |
Namespace: Casewhere.Runtime.DSL.Api
public interface ITextApi
The ITextApi type exposes the following members.
Name | Description | |
---|---|---|
LoadTextResources |
Load text resources by a language name which could be en or da
Examples var textApi = ctx.Use<ITextApi>(); var textResult = textApi.LoadTextResources("en") |