sl@0: /* sl@0: * Copyright (c) 2000-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: * sl@0: */ sl@0: sl@0: sl@0: #if !defined __COMPLOCL_H__ sl@0: #define __COMPLOCL_H__ sl@0: sl@0: #if !defined(__E32STD_H__) sl@0: #include sl@0: #endif sl@0: sl@0: class LLocaleData sl@0: { sl@0: public: sl@0: static const TLanguage Language; sl@0: static const TInt CountryCode; sl@0: static const TInt UniversalTimeOffset; sl@0: static const TDateFormat DateFormat; sl@0: static const TTimeFormat TimeFormat; sl@0: static const TText * const CurrencySymbol; sl@0: static const TLocalePos CurrencySymbolPosition; sl@0: static const TBool CurrencySpaceBetween; sl@0: static const TInt CurrencyDecimalPlaces; sl@0: static const TLocale::TNegativeCurrencyFormat NegativeCurrencyFormat; sl@0: static const TBool CurrencyTriadsAllowed; sl@0: static const TText* const ShortDateFormatSpec; sl@0: static const TText* const LongDateFormatSpec; sl@0: static const TText* const TimeFormatSpec; sl@0: static const TFatUtilityFunctions* const FatUtilityFunctions; sl@0: static const TText * const ThousandsSeparator; sl@0: static const TText * const DecimalSeparator; sl@0: static const TText * const DateSeparator[KMaxDateSeparators]; sl@0: static const TText * const TimeSeparator[KMaxTimeSeparators]; sl@0: static const TLocalePos AmPmSymbolPosition; sl@0: static const TBool AmPmSpaceBetween; sl@0: static const TDaylightSavingZone HomeDaylightSavingZone; sl@0: static const TUint WorkDays; sl@0: static const TDay StartOfWeek; sl@0: static const TClockFormat ClockFormat; sl@0: static const TUnitsFormat UnitsGeneral; sl@0: static const TUnitsFormat UnitsDistanceLong; sl@0: static const TUnitsFormat UnitsDistanceShort; sl@0: static const TUint ExtraNegativeCurrencyFormatFlags; sl@0: static const TLanguage LanguageDowngrade[3]; sl@0: static const TDigitType DigitType; sl@0: }; sl@0: sl@0: #endif sl@0: sl@0: