KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

LocaleContainer Class

The purpose of this class is to support the BCP 47 format. Some language code is not supported by System.Globalization.CultureInfo

Syntax

public class LocaleContainer

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Constructors

Initializes a new instance of the KiiCorp.Cloud.Storage.LocaleContainer class using current CultureInfo.
Initializes a new instance of the KiiCorp.Cloud.Storage.LocaleContainer class.

Public Properties

[read-only]
CultureInfo System.Globalization.CultureInfo . Get the locale as System.Globalization.CultureInfo class. This property returns null if CultureInfo does not support the BCP 47 tag which server returned.
[read-only]
LocaleString string . Get the BCP47 Tag string which server returned.

Public Methods

static
FromBcp47Tag (string) : LocaleContainer
Create Bcp47Locale instance by specified BPC47 tag.

Member Details

LocaleContainer Constructor

Initializes a new instance of the KiiCorp.Cloud.Storage.LocaleContainer class using current CultureInfo.

Syntax

public LocaleContainer ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

LocaleContainer Constructor

Initializes a new instance of the KiiCorp.Cloud.Storage.LocaleContainer class.

Syntax

public LocaleContainer (System.Globalization.CultureInfo cultureInfo)

Parameters

cultureInfo
Culture info.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

CultureInfo Property

Get the locale as System.Globalization.CultureInfo class. This property returns null if CultureInfo does not support the BCP 47 tag which server returned.

Syntax

public System.Globalization.CultureInfo CultureInfo { get; }

Value

The culture info.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

FromBcp47Tag Method

Create Bcp47Locale instance by specified BPC47 tag.

Syntax

public static LocaleContainer FromBcp47Tag (string bcp47Tag)

Parameters

bcp47Tag
Bcp47 tag.

Returns

The bcp47 tag.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

LocaleString Property

Get the BCP47 Tag string which server returned.

Syntax

public string LocaleString { get; }

Value

The locale string.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0