Click or drag to resize

ITextApiLoadTextResources Method

Load text resources by a language name which could be en or da
Examples
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.1.0
Syntax
C#
IDictionary<string, string> LoadTextResources(
	string languageName
)

Parameters

languageName
Type: SystemString

[Missing <param name="languageName"/> documentation for "M:Casewhere.Runtime.DSL.Api.ITextApi.LoadTextResources(System.String)"]

Return Value

Type: IDictionaryString, String

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

See Also