devicesrv_plat/display_language_definition_api/inc/CommonEngineDomainCRKeys.h
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
     1 /*
     1 /*
     2 * Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    39 *
    39 *
    40 * Default value: 0
    40 * Default value: 0
    41 **/
    41 **/
    42 const TUint32  KGSDisplayTxtLang = 0x00000001;
    42 const TUint32  KGSDisplayTxtLang = 0x00000001;
    43 
    43 
       
    44 /**
       
    45 * Collation code, integer value
       
    46 *
       
    47 * Possible values are:
       
    48 * 0 (automatic)
       
    49 * Valid Symbian OS collation(language) code
       
    50 *
       
    51 * Default value: 0
       
    52 **/
       
    53 const TUint32  KGSCollation = 0x00000002;
       
    54 
       
    55 /**
       
    56 * Region code, integer value
       
    57 *
       
    58 * Possible values are:
       
    59 * 0 (automatic)
       
    60 * Valid Symbian OS region code
       
    61 *
       
    62 * Default value: 0
       
    63 **/
       
    64 const TUint32  KGSRegion = 0x00000003;
       
    65 
    44 #endif // COMMONENGINEDOMAINCRKEYS_H
    66 #endif // COMMONENGINEDOMAINCRKEYS_H