Click or drag to resize

ITextApiLoadTextResources Method

Load text resources by a language name which could be en or da
Example
C#
var textApi = ctx.Use<ITextApi>();
var textResult = textApi.LoadTextResources("en")

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
IDictionary<string, string> LoadTextResources(
	string languageName
)

Parameters

languageName  String
 

Return Value

IDictionaryString, String

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.ITextApi.LoadTextResources(System.String)"]

See Also