gettext.gettext(message)
Return the localized translation of message, based on the current global domain, language, and locale directory. This function is usually aliased as _()
in the local namespace (see examples below).
gettext.gettext(message)
Return the localized translation of message, based on the current global domain, language, and locale directory. This function is usually aliased as _()
in the local namespace (see examples below).
Designed by : w10schools
service@w10schools.com
Please login to continue.