ExportServiceSetLocalizedStrings Method |
Sets the localized strings to be used in the exported HTML file.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic 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