Skip to content

ICU's MessageFormat

tinganho edited this page Oct 9, 2014 · 2 revisions

ICU(International Component for Unicode) is an organization that creates a set of classes for C/C++ and Java for internationalizing different software application. ICU is used by many well know companies such as IBM, Apple and Google etc. MessageFormat is a component in ICU for formatting messages based on different locale. MessageFormat consist of SelectFormat, PluralFormat, ChoiceFormat etc. for handling genus context, pluralization and ranges etc.

Clone this wiki locally