|
1 /* |
|
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: elocl_reg.208 for Denmark region |
|
15 * |
|
16 */ |
|
17 |
|
18 // Include Files |
|
19 |
|
20 #include <kernel/ls_std.h> |
|
21 #include "locl_region.h" |
|
22 |
|
23 // REGION CONSTANTS AND MACROS |
|
24 |
|
25 // The configuration data |
|
26 const TInt RegionAspect::CountryCode = 45; |
|
27 const TInt RegionAspect::UniversalTimeOffset = 3600; |
|
28 const TDateFormat RegionAspect::DateFormat = EDateEuropean; |
|
29 const TTimeFormat RegionAspect::TimeFormat = ETime24; |
|
30 const TLocalePos RegionAspect::CurrencySymbolPosition = ELocaleBefore; |
|
31 const TBool RegionAspect::CurrencySpaceBetween = ETrue; |
|
32 const TInt RegionAspect::CurrencyDecimalPlaces = 2; |
|
33 const TLocale::TNegativeCurrencyFormat RegionAspect::NegativeCurrencyFormat=TLocale::TNegativeCurrencyFormat(TLocale::ELeadingMinusSign); // no brackets, minus sign used. |
|
34 const TBool RegionAspect::CurrencyTriadsAllowed = ETrue; |
|
35 const TText * const RegionAspect::ThousandsSeparator = _S("."); |
|
36 const TText * const RegionAspect::DecimalSeparator = _S(","); |
|
37 const TText * const RegionAspect::DateSeparator[KMaxDateSeparators] = {_S(""),_S("-"),_S("-"),_S("")}; |
|
38 const TText * const RegionAspect::TimeSeparator[KMaxTimeSeparators] = {_S(""),_S(":"),_S(":"),_S("")}; |
|
39 const TLocalePos RegionAspect::AmPmSymbolPosition = ELocaleAfter; |
|
40 const TBool RegionAspect::AmPmSpaceBetween = ETrue; |
|
41 const TDaylightSavingZone RegionAspect::HomeDaylightSavingZone = EDstEuropean; |
|
42 const TUint RegionAspect::WorkDays = 0x1f; |
|
43 const TText * const RegionAspect::CurrencySymbol = _S("kr"); |
|
44 const TText* const RegionAspect::ShortDateFormatSpec = _S("%F%/0%D%/1%M%/2%*Y%/3"); // year.month,day (leading zeros, year with 2 digits) |
|
45 const TText* const RegionAspect::LongDateFormatSpec = _S("%F%*D. %N %Y"); // day month(name) year (no leading zero in day) |
|
46 const TText* const RegionAspect::TimeFormatSpec = _S("%F%:0%H%:1%T%:3%S%:3"); // hours:minutes:seconds (with leading zeros) |
|
47 const TDay RegionAspect::StartOfWeek = EMonday; |
|
48 const TClockFormat RegionAspect::ClockFormat = EClockDigital; // |
|
49 const TUnitsFormat RegionAspect::UnitsGeneral = EUnitsMetric; |
|
50 const TUnitsFormat RegionAspect::UnitsDistanceShort = EUnitsMetric; |
|
51 const TUnitsFormat RegionAspect::UnitsDistanceLong = EUnitsMetric; |
|
52 const TUint16 RegionAspect::RegionCode = 208; |
|
53 const TUint RegionAspect::ExtraNegativeCurrencyFormatFlags = 0; |
|
54 |
|
55 // End of File |