Zope Internationalization Support


Keywords
zope3, internationalization, localization, i18n, l10n, gettext, ICU, locale, maintained
License
ZPL-2.1
Install
pip install zope.i18n==5.1

Documentation

zope.i18n

Latest release Supported Python versions https://coveralls.io/repos/github/zopefoundation/zope.i18n/badge.svg?branch=master Documentation Status

This package implements several APIs related to internationalization and localization.

  • Locale objects for all locales maintained by the ICU project.
  • Gettext-based message catalogs for message strings.
  • Locale discovery for Web-based requests.