IText ApiLoad Text Resources 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")Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
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)"]