sl@0: // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // f32test\locl\t_cyge.cpp sl@0: // Default locale settings for Germany sl@0: // sl@0: // sl@0: sl@0: #include sl@0: sl@0: // The configuration data sl@0: const TLanguage LCountry::Language = ELangGerman; sl@0: const TInt LCountry::CountryCode = 49; sl@0: const TInt LCountry::UniversalTimeOffset = 1; sl@0: const TDateFormat LCountry::DateFormat = EDateEuropean; sl@0: const TTimeFormat LCountry::TimeFormat = ETime24; sl@0: const TLocalePos LCountry::CurrencySymbolPosition = ELocaleAfter; sl@0: const TBool LCountry::CurrencySpaceBetween = ETrue; sl@0: const TInt LCountry::CurrencyDecimalPlaces = 2; sl@0: const TBool LCountry::CurrencyNegativeInBrackets = ETrue; sl@0: const TBool LCountry::CurrencyTriadsAllowed = ETrue; sl@0: const TText * const LCountry::ThousandsSeparator = _S("."); sl@0: const TText * const LCountry::DecimalSeparator = _S(","); sl@0: const TText * const LCountry::DateSeparator[KMaxDateSeparators] = {_S(""),_S("."),_S("."),_S("")}; sl@0: const TText * const LCountry::TimeSeparator[KMaxTimeSeparators] = {_S(""),_S(":"),_S(":"),_S("")}; sl@0: const TLocalePos LCountry::AmPmSymbolPosition = ELocaleAfter; sl@0: const TBool LCountry::AmPmSpaceBetween = ETrue; sl@0: //const TUint LCountry::DaylightSaving = EDstNone; sl@0: const TDaylightSavingZone LCountry::HomeDaylightSavingZone = EDstEuropean; sl@0: const TUint LCountry::WorkDays = 0x1f; sl@0: const TText * const LCountry::CurrencySymbol = _S("DM"); sl@0: const TText* const LCountry::ShortDateFormatSpec = _S("%F%*D.%*M.%Y"); // needs checking by a localisation team (this item was added since real localisation - the value given here has been set by a software developer so it may be wrong) sl@0: const TText* const LCountry::LongDateFormatSpec = _S("%F%*D%X %N %Y"); // needs checking by a localisation team (this item was added since real localisation - the value given here has been set by a software developer so it may be wrong) sl@0: const TText* const LCountry::TimeFormatSpec = _S("%F%H:%T:%S"); // needs checking by a localisation team (this item was added since real localisation - the value given here has been set by a software developer so it may be wrong) sl@0: const TFatUtilityFunctions* const LCountry::FatUtilityFunctions = NULL; sl@0: const TDay LCountry::StartOfWeek = EMonday; sl@0: const TClockFormat LCountry::ClockFormat = EClockDigital; sl@0: const TUnitsFormat LCountry::UnitsGeneral = EUnitsMetric; sl@0: const TUnitsFormat LCountry::UnitsDistanceShort = EUnitsMetric; sl@0: const TUnitsFormat LCountry::UnitsDistanceLong = EUnitsMetric; sl@0: sl@0: // end of LS_CYGE.CPP