uiresources_plat/language_code_definitions_api/inc/Languages.hrh
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *       This file contains new language definitions for Series 60.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __LANGUAGES_HRH__
       
    20 #define __LANGUAGES_HRH__
       
    21 
       
    22 // Series 60 added language codes
       
    23 
       
    24 #define KLangApacEnglish        129
       
    25 #define KLangTaiwanEnglish      157
       
    26 #define KLangHongKongEnglish    158
       
    27 #define KLangPrcEnglish         159
       
    28 #define KLangJapaneseEnglish    160
       
    29 #define KLangThaiEnglish        161
       
    30 #define KLangApacMalay          326
       
    31 #define KLangBasque             102
       
    32 #define KLangGalician           103
       
    33 #define KLangApacIndonesian     327
       
    34 #define KLangIndicEnglish       230
       
    35 
       
    36 #endif // __LANGUAGES_HRH__
       
    37 
       
    38 // End of File