File: wp-includes/l10n.php
-
hookngettext
Filters the singular or plural form of a string.
-
functionesc_attr__()
Retrieves the translation of $text and escapes it for safe use in an attribute.
-
function_nx()
Translates and retrieves the singular or plural form based on the supplied number, with gettext context.
-
functionesc_html__()
Retrieves the translation of $text and escapes it for safe use in HTML output.
-
function_e()
Displays translated text.
-
functionesc_attr_e()
Displays translated text that has been escaped for safe use in an attribute.
-
functionesc_html_e()
Displays translated text that has been escaped for safe use in HTML output.
-
functiontranslate()
Retrieves the translation of $text.
-
function_x()
Retrieves translated string with gettext context.
-
hookgettext
Filters text with its translation.
-
function_ex()
Displays translated string with gettext context.
-
functionget_locale()
Retrieves the current locale.
-
hooklocale
Filters the locale ID of the WordPress installation.
-
functionis_rtl()
Determines whether the current locale is right-to-left (RTL).