GNUTranslations.lngettext(singular, plural, n) Equivalent to gettext(), but the translation is returned as a bytestring
locale.strxfrm(string) Transforms a string to one that can be used in locale-aware comparisons. For example, strxfrm(s1)
gettext.lgettext(message) Equivalent to gettext(), but the translation is returned in the preferred system encoding
locale.getdefaultlocale([envvars]) Tries to determine the default locale settings and returns them as a tuple of the form (language
locale.normalize(localename) Returns a normalized locale code for the given locale name. The returned locale code is formatted
locale.currency(val, symbol=True, grouping=False, international=False) Formats a number val according to the current
class gettext.NullTranslations(fp=None) Takes an optional file object fp, which
locale.resetlocale(category=LC_ALL) Sets the locale for category to the default setting. The
gettext.dgettext(domain, message) Like gettext(), but look the message up in the specified domain.
locale.localeconv() Returns the database of the local conventions as a dictionary. This dictionary has the following strings
Page 2 of 5