Skip to content

jmohler1970/i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.