Class Localization
Inheritance
System.Object
Localization
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Localization : Object
Constructors
Localization()
Declaration
Properties
CountryCode
Declaration
public string CountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
RegionId
Declaration
public int RegionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|