The purpose of this class is to support the BCP 47 format. Some language code is not supported by System.Globalization.CultureInfo
See Also: Inherited members from object.
|
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. |
[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. |
static
|
FromBcp47Tag
(string)Create Bcp47Locale instance by specified BPC47 tag. |
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
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
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
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
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