Codex tools: Log in / create account
Contents |
Loads the theme's translated strings.
If the current locale exists as a .mo file in the theme's root directory, it will be included in the translated strings by the $domain.
The .mo files must be named based on the locale exactly.
<?php load_theme_textdomain( $domain, $path ) ?>
Since: 1.5.0
load_theme_textdomain() is located in wp-includes/l10n.php.