| 47 | |
| 48 | == i18n in Zope == |
| 49 | |
| 50 | They have extracted the locale data from the [http://www-306.ibm.com/software/globalization/icu/ ICU project], and made several classes that deal with all(?) aspects of i18n/l10n, see: |
| 51 | |
| 52 | * http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/i18noverview.html |
| 53 | * http://svn.zope.org/Zope3/trunk/src/zope/i18n/ |
| 54 | * http://svn.zope.org/Zope3/trunk/src/zope/i18n/locales/data/pt_PT.xml?view=auto (example pt_PT locale data) |
| 55 | |
| 56 | Another possibility, is to use [http://pyicu.osafoundation.org/ PyICU]; this library wraps the ICU library in a python module. |