charset() Return the “protected” _charset variable, which is the encoding of the message catalog file.
gettext.bind_textdomain_codeset(domain, codeset=None) Bind the domain to codeset, changing the encoding of
locale.nl_langinfo(option) Return some locale-specific information as a string. This function is not available on all systems
GNUTranslations.ngettext(singular, plural, n) Do a plural-forms lookup of a message id. singular is used as the message
lgettext(message) If a fallback has been set, forward lgettext() to the fallback. Otherwise, return the translated
gettext.dngettext(domain, singular, plural, n) Like ngettext(), but look the message up in the specified domain
gettext.bindtextdomain(domain, localedir=None) Bind the domain to the locale directory localedir. More concretely
gettext.translation(domain, localedir=None, languages=None, class_=None, fallback=False, codeset=None) Return a Translations
Page 5 of 5