This page redirects to an external site: https://developer.wordpress.org/reference/functions/load_textdomain/
Loads MO file into the list of domains.
If the domain already exists, the inclusion will fail. If the MO file is not readable, the inclusion will fail.
On success, the MO file will be placed in the $l10n global by $domain and will be an gettext_reader object.
<code style="color: #000000"><span style="color: #0000BB"><?php load_textdomain</span><span style="color: #007700">( </span><span style="color: #0000BB">$domain</span><span style="color: #007700">, </span><span style="color: #0000BB">$mofile </span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></code>
Since: 1.5.0
load_textdomain() is located in wp-includes/l10n.php.
Localization: get_locale(), load_textdomain(), load_default_textdomain(), load_plugin_textdomain(), load_theme_textdomain()