Supriya Ghosh (Editor)

Globalize

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Rafael Xavier de Souza

Development status
  
Active

Developer(s)
  
jQuery Foundation

Written in
  
JavaScript

Initial release
  
April 23, 2015; 22 months ago (2015-04-23)

Stable release
  
1.1.0 (January 20, 2016; 13 months ago (2016-01-20))

Globalize is a cross-platform JavaScript library for internationalization and localization that leverages the Unicode Common Locale Data Repository (CLDR).

Contents

Overview

Globalize provides number formatting and parsing, date and time formatting and parsing, currency formatting, unit formatting, message formatting (ICU message format pattern), and plural support.

Design Goals:

  • Leverages the Unicode CLDR data and follows its UTS#35 specification.
  • Keeps code separate from i18n content. Doesn't host or embed any locale data in the library. Empowers developers to control the loading mechanism of their choice.
  • Allows developers to load as much or as little data as they need. Avoids duplicating data if using multiple i18n libraries that leverage CLDR.
  • Keeps code modular. Allows developers to load the i18n functionalities they need.
  • Runs in browsers and Node.js, consistently across all of them.
  • Makes globalization as easy to use as jQuery.
  • Globalize is based on the Unicode Consortium's Common Locale Data Repository (CLDR), the largest and most extensive standard repository of locale data available. CLDR is constantly updated and is used by many large applications and operating systems, to always have access to the most accurate and up-to-date locale data.

    Usage

    Since Globalize doesn't bundle any localization data, it has to be first initialized using some CLDR content:

    History

    Globalize was first announced in October 2010 by John Resig and originally developed by David Reed, sponsored by Microsoft, under the name jQuery Globalization plugin, built on top of an export of the .net locale database. From there the dependency on jQuery was removed and the project renamed to Globalize. In a much larger effort, the project was entirely rewritten on top of Unicode's CLDR, making use of its comprehensive and accurate coverage of all kinds of localization data.

    References

    Globalize Wikipedia