cbi18n
v3.x
v3.x
  • Introduction
  • Intro
    • Release History
      • What's New With 3.0.0
    • About this Book
      • Author
  • GETTING STARTED
    • Overview
    • Installation
    • Configuration
  • Usage
    • Coding for i18n
      • Java vs JSON resources
      • Property inheritance
      • Resource Bundle Tools
      • Custom Resource Services
    • How do I change Locales?
    • Best Practices
    • Resources
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Usage

Best Practices

  • Eclipse (not CFEclipse or CFBuilder) doesn't add a BOM to UTF-8 encoded files, make sure you utf-8 as the default encoding for files.

  • Always use cfprocessingdirective

<cfprocessingdirective pageencoding="utf-8">
  • This module uses the core java resource bundle flavor so you have to use a proper resource bundle tool to manage these.

PreviousHow do I change Locales?NextResources

Last updated 2 years ago

Was this helpful?