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