Click or drag to resize

ITextApi Methods

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