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 |
---|---|
CountryCode |
Currency
Declaration
CurrencyCode Currency { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
DateFormat
Declaration
DateFormat DateFormat { get; set; }
Property Value
Type | Description |
---|---|
DateFormat |
Language
Declaration
LanguageCode Language { get; set; }
Property Value
Type | Description |
---|---|
LanguageCode |
TimeZone
Declaration
TimeZoneCode TimeZone { get; set; }
Property Value
Type | Description |
---|---|
TimeZoneCode |