locale.strcoll(string1, string2) Compares two strings according to the current LC_COLLATE setting. As any other
lngettext(singular, plural, n) If a fallback has been set, forward lngettext() to the fallback. Otherwise, return
locale.delocalize(string) Converts a string into a normalized number string, following the LC_NUMERIC settings
info() Return the “protected” _info variable.
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
locale.atof(string) Converts a string to a floating point number, following the LC_NUMERIC settings.
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
Page 1 of 5