2020-05-01 / 3974阅 / 悠然
Translate string with gettext context, and escapes it for safe use in HTML output.
If there is no translation, or the text domain isn’t loaded, the original text is escaped and returned.
(string)
(Required)
Text to translate.
(string)
(Required)
Context information for the translators.
(string)
(Optional)
Text domain. Unique identifier for retrieving translated strings.
Default value: 'default'
(string) Translated text.