ICldrFileReaderLocaleContents Property

Returns the raw contents of each staged locale's timeZoneNames.json file that the class has read, keyed by locale (e.g. "fr-CA")

Definition

Namespace: InnerDrive.TimeZones.Cldr
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.3.9728.0
C#
IReadOnlyDictionary<string, string> LocaleContents { get; }

Property Value

IReadOnlyDictionaryString, String

Remarks

If Initialized is false, the collection will be empty

See Also