class gettext.NullTranslations(fp=None) Takes an optional file object fp, which
locale.atoi(string) Converts a string to an integer, following the LC_NUMERIC conventions.
locale.currency(val, symbol=True, grouping=False, international=False) Formats a number val according to the current
locale.getdefaultlocale([envvars]) Tries to determine the default locale settings and returns them as a tuple of the form (language
gettext.textdomain(domain=None) Change or query the current global domain. If domain is None, then the
gettext.lgettext(message) Equivalent to gettext(), but the translation is returned in the preferred system encoding
locale.strxfrm(string) Transforms a string to one that can be used in locale-aware comparisons. For example, strxfrm(s1)
locale.localeconv() Returns the database of the local conventions as a dictionary. This dictionary has the following strings
gettext.ldgettext(domain, message) Equivalent to dgettext(), but the translation is returned in the preferred system
locale.resetlocale(category=LC_ALL) Sets the locale for category to the default setting. The
Page 2 of 5