Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 361 Bytes

Introduction

ColdFusion Component for internationalization

For a demo of this, go to: https://github.com/jmohler1970/i18n_demo

Usage

Language files go into ./lang

Supported formats include

  • .properties (ini)
  • .php (name value pairs)

These files are expected to be located [caller's directory]/lang. They are not relative to this file.