LocalizedText Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the LocalizedText class

Namespace:  WorkZone.Dispatcher.Base.Configuration.Localization
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public LocalizedText(
	string key,
	IReadOnlyDictionary<string, string> translations
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText.#ctor(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})"]

translations
Type: System.Collections.GenericIReadOnlyDictionaryString, String

[Missing <param name="translations"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText.#ctor(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})"]

See Also

Reference