Introduction
The
cbi18n
module will enhance your ColdBox applications with i18n capabilities, resource bundles and localization.- Switching locales on the fly, stored in cookies, sessions or any other
cbstorages
provider - Resource bundles: java properties files or JSON (nested or flat)
- Inherited resource bundles e.g
main.properties
,main_en.properties
ormain_en_US.properties
. - Many locale specific functions: date and time formats and parsing, country codes, currency symbols
- Custom resource services
The ColdBox
cbi18n
Module is maintained under the Semantic Versioning guidelines as much as possible.Releases will be numbered with the following format:<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
Apache License, Version 2.0.
- Lucee 5+
- Adobe ColdFusion 2016+
The Box products community for further discussion and help can be found here:

Ortus Solutions, Corp
The ColdBox
cbi18n
Module is a professional open source software backed by Ortus Solutions, Corp offering services like:- Custom Development
- Professional Support & Mentoring
- Training
- Server Tuning
- Security Hardening
- Code Reviews
Because of His grace, this project exists. If you don't like this, then don't read it, it's not for you.
"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God." Romans 5:5
Last modified 2yr ago