Changeset 2617

Show
Ignore:
Timestamp:
08/31/09 12:21:10 (4 years ago)
Author:
sullah
Message:

added i18N setting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/ApplicationTemplate/config/coldbox.xml.cfm

    r2615 r2617  
    115115        </Interceptors> 
    116116         
     117        <i18N> 
     118                <!--Default Resource Bundle without locale and properties extension--> 
     119                <!--<DefaultResourceBundle>includes/main</DefaultResourceBundle>--> 
     120                <!--Java Standard Locale--> 
     121                <!--<DefaultLocale>en_US</DefaultLocale>--> 
     122                <!--session or client--> 
     123                <!--<LocaleStorage>session</LocaleStorage>--> 
     124                <!--<UknownTranslation>nothing</UknownTranslation>--> 
     125        </i18N> 
    117126         
    118127        <!-- Datasource Settings