Whether switch_to_locale() is in effect.
restore_current_locale
Restores the translations according to the original locale.
restore_previous_locale
Restores the translations according to the previous locale.
switch_to_locale
Switches the translations according to the given locale.
Advertisement
is_rtl
Determines whether the current locale is right-to-left (RTL).
wp_dropdown_languages
Language selector.
wp_get_pomo_file_data
Extract headers from a PO file.
wp_get_installed_translations
Get installed translations.
Advertisement
get_available_languages
Filters the list of available language codes.
get_available_languages
Get all available languages based on the presence of *.mo files in a given directory.
is_textdomain_loaded
Whether there are translations for the text domain.
translate_user_role
Translates role name.
Advertisement
get_translations_for_domain
Return the Translations instance for a text domain.
_get_path_to_translation_from_lang_dir
Gets the path to a translation file in the languages directory for the current locale.
_get_path_to_translation
Gets the path to a translation file for loading a textdomain just in time.