gettext.lgettext(message)
Equivalent to gettext()
, but the translation is returned in the preferred system encoding, if no other encoding was explicitly set with bind_textdomain_codeset()
.
gettext.lgettext(message)
Equivalent to gettext()
, 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.