ILocale Interface
Namespace: PTS.Modules.InternationalComponent
Assembly: PTS.Modules.InternationalComponent.dll
Syntax
public interface ILocale
Properties
Country
Declaration
CountryCode Country { get; set; }
Property Value
Type | Description |
---|---|
Country |
Currency
Declaration
CurrencyCode Currency { get; set; }
Property Value
Type | Description |
---|---|
Currency |
DateFormat
Declaration
DateFormat DateFormat { get; set; }
Property Value
Type | Description |
---|---|
Date |
Language
Declaration
LanguageCode Language { get; set; }
Property Value
Type | Description |
---|---|
Language |
TimeZone
Declaration
TimeZoneCode TimeZone { get; set; }
Property Value
Type | Description |
---|---|
Time |