TimeZoneNamePropertyCollectionItem(String) Property

Collection indexer by language ID

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public TimeZoneNameProperty this[
	string languageId
] { get; }

Parameters

languageId  String
The language ID by which to search

Return Value

TimeZoneNameProperty
When retrieving an item, the entry whose Language property matches the specified language ID is returned. If an exact match is not found, an attempt is made to locate a match using only the two letter ISO language name. If that fails, an attempt is made to find an entry using the current culture. If that fails, it returns the first entry in the list or null if there are none.

See Also