WordPress i18n
add_action('after_setup_theme', 'news_setup'); function news_setup(){ $result = load_theme_textdomain('cherry', get_template_directory() . '/languages'); }