locale.atof(string) Converts a string to a floating point number, following the LC_NUMERIC settings.
install(names=None) This method installs self.gettext() into the built-in namespace, binding it to _
locale.setlocale(category, locale=None) If locale is given and not None, setlocale() modifies
locale.format_string(format, val, grouping=False) Processes formatting specifiers as in format % val, but takes
lngettext(singular, plural, n) If a fallback has been set, forward lngettext() to the fallback. Otherwise, return
info() Return the “protected” _info variable.
locale.strcoll(string1, string2) Compares two strings according to the current LC_COLLATE setting. As any other
locale.delocalize(string) Converts a string into a normalized number string, following the LC_NUMERIC settings
locale.atoi(string) Converts a string to an integer, following the LC_NUMERIC conventions.
gettext.textdomain(domain=None) Change or query the current global domain. If domain is None, then the
Page 1 of 5