Click or drag to resize
ExportServiceSetLocalizedStrings Method
Sets the localized strings to be used in the exported HTML file.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public void SetLocalizedStrings(
	Dictionary<LocalizedStringIdentifier, string> localizedStrings
)

Parameters

localizedStrings
Type: System.Collections.GenericDictionaryLocalizedStringIdentifier, String
The map containing localized strings.
Remarks

If a localized string is not provided, then corresponding default string in English language will be used.

See Also