textdomain (mo po files) (tag)

get_translations_for_domain()

Return the Translations instance for a text domain.

is_textdomain_loaded()

Whether there are translations for the text domain.

load_child_theme_textdomain()

Load the child themes translated strings.

load_muplugin_textdomain()

Load the translated strings for a plugin residing in the mu-plugins directory.

load_plugin_textdomain()

Loads the .mo translation file from the specified folder. Does not work with MU plugins.

load_textdomain()

Load a .mo file into the text domain $domain.

load_theme_textdomain()

Load the theme's translated strings.

unload_textdomain()

Unload translations for a text domain.

wp_set_script_translations()

Sets translated strings for a script.