jmohler1970 / i18n

Internationalization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Internationalization

License:MIT License


Languages

Language:ColdFusion 100.0%