Click or drag to resize

LocalizedText Constructor

Initializes a new instance of the LocalizedText class

Namespace: WorkZone.Dispatcher.Base.Configuration.Localization
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public LocalizedText(
	string key,
	IReadOnlyDictionary<string, string> translations
)

Parameters

key  String

[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  IReadOnlyDictionaryString, 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