Inner Drive Extensible Architecture
C#
Show/Hide TOC
Azure
Cldr
File
Reader
Locale
Contents 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#
Copy
public
IReadOnlyDictionary
<
string
,
string
>
LocaleContents
{
get
; }
Property Value
IReadOnlyDictionary
String
,
String
Implements
ICldrFileReader
LocaleContents
Remarks
If
Initialized
is
false
, the collection will be empty
See Also
Reference
AzureCldrFileReader Class
InnerDrive.Azure Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also