AzureCldrFileReaderLocaleContents 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.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.3.9728.0
C#
public IReadOnlyDictionary<string, string> LocaleContents { get; }

Property Value

IReadOnlyDictionaryString, String

Implements

ICldrFileReaderLocaleContents

Remarks

If Initialized is false, the collection will be empty

See Also