Click or drag to resize

ITextApi Interface

Provide method for working with text resources

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public interface ITextApi

The ITextApi type exposes the following members.

Methods
  NameDescription
Public methodCode exampleLoadTextResources
Load text resources by a language name which could be en or da
Examples
var textApi = ctx.Use<ITextApi>();
var textResult = textApi.LoadTextResources("en")
Top
See Also