sl@0: /* 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 "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: * Default locale settings for SPR -- the locale used for American Sprint. sl@0: * sl@0: */ sl@0: sl@0: sl@0: #include "ls_std.h" sl@0: #include "complocl.h" sl@0: sl@0: const TLanguage ELangAmericanSprint=static_cast(ELangAmerican|1024/*EDialectSprint*/); sl@0: // The configuration data sl@0: const TLanguage LLocaleData::Language = ELangAmericanSprint; sl@0: const TInt LLocaleData::CountryCode = 1; sl@0: const TInt LLocaleData::UniversalTimeOffset = -6*3600; sl@0: const TDateFormat LLocaleData::DateFormat = EDateAmerican; sl@0: const TTimeFormat LLocaleData::TimeFormat = ETime12; sl@0: const TLocalePos LLocaleData::CurrencySymbolPosition = ELocaleBefore; sl@0: const TBool LLocaleData::CurrencySpaceBetween = EFalse; sl@0: const TInt LLocaleData::CurrencyDecimalPlaces = 2; sl@0: const TLocale::TNegativeCurrencyFormat LLocaleData::NegativeCurrencyFormat=TLocale::TNegativeCurrencyFormat(0); // replacing CurrencyNegativeInBrackets sl@0: const TBool LLocaleData::CurrencyTriadsAllowed = ETrue; sl@0: const TText * const LLocaleData::ThousandsSeparator = _S(","); sl@0: const TText * const LLocaleData::DecimalSeparator = _S("."); sl@0: const TText * const LLocaleData::DateSeparator[KMaxDateSeparators] = {_S(""),_S("/"),_S("/"),_S("")}; sl@0: const TText * const LLocaleData::TimeSeparator[KMaxTimeSeparators] = {_S(""),_S(":"),_S(":"),_S("")}; sl@0: const TLocalePos LLocaleData::AmPmSymbolPosition = ELocaleAfter; sl@0: const TBool LLocaleData::AmPmSpaceBetween = ETrue; sl@0: //const TUint LLocaleData::DaylightSaving = EDstNone; sl@0: const TDaylightSavingZone LLocaleData::HomeDaylightSavingZone = EDstNorthern; sl@0: const TUint LLocaleData::WorkDays = 0x1f; sl@0: const TText * const LLocaleData::CurrencySymbol = _S("\x0024"); sl@0: const TText* const LLocaleData::ShortDateFormatSpec = _S("%F%*M/%*D/%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 LLocaleData::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 LLocaleData::TimeFormatSpec = _S("%F%*I:%T:%S %*A"); // 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 LLocaleData::FatUtilityFunctions = NULL; sl@0: const TDay LLocaleData::StartOfWeek = ESunday; sl@0: const TClockFormat LLocaleData::ClockFormat = EClockAnalog; sl@0: const TUnitsFormat LLocaleData::UnitsGeneral = EUnitsImperial; sl@0: const TUnitsFormat LLocaleData::UnitsDistanceShort = EUnitsImperial; sl@0: const TUnitsFormat LLocaleData::UnitsDistanceLong = EUnitsImperial; sl@0: const TUint LLocaleData::ExtraNegativeCurrencyFormatFlags = 0; sl@0: const TLanguage LLocaleData::LanguageDowngrade[3] = {ELangAmerican, ELangEnglish, ELangNone}; sl@0: