gettext.lgettext(message) Equivalent to gettext(), but the translation is returned in the preferred system encoding
locale.atoi(string) Converts a string to an integer, following the LC_NUMERIC conventions.
locale.normalize(localename) Returns a normalized locale code for the given locale name. The returned locale code is formatted
locale.strxfrm(string) Transforms a string to one that can be used in locale-aware comparisons. For example, strxfrm(s1)
locale.currency(val, symbol=True, grouping=False, international=False) Formats a number val according to the current
gettext.textdomain(domain=None) Change or query the current global domain. If domain is None, then the
class gettext.NullTranslations(fp=None) Takes an optional file object fp, which
gettext.lngettext(singular, plural, n) Equivalent to ngettext(), but the translation is returned in the preferred
locale.resetlocale(category=LC_ALL) Sets the locale for category to the default setting. The
locale.getlocale(category=LC_CTYPE) Returns the current setting for the given locale category as sequence containing language
Page 2 of 5