gettext.ldgettext(domain, message)
Equivalent to dgettext()
, but the translation is returned in the preferred system encoding, if no other encoding was explicitly set with bind_textdomain_codeset()
.
gettext.ldgettext(domain, message)
Equivalent to dgettext()
, but the translation is returned in the preferred system encoding, if no other encoding was explicitly set with bind_textdomain_codeset()
.
Please login to continue.