Title: Current theme &#8230; doesn&#039;t support localization
Last modified: August 21, 2016

---

# Current theme … doesn't support localization

 *  [xanathon](https://wordpress.org/support/users/xanathon/)
 * (@xanathon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/)
 * When trying to translate theme terms I get the error
 * `Current theme "Retro - Premium Vintage WordPress Theme" doesn't support localization,
   cannot be translated!`
 * In the themes description it is said that the theme is translatable and will 
   work with wpml.
 * The plugin “Codestyling Localization” finds the theme, it contains a textdomain
   and is translatable (albeit not multilingual).
 * Any idea what may be the problem?
 * Thanks in advance.
 * [http://wordpress.org/plugins/ceceppa-multilingua/](http://wordpress.org/plugins/ceceppa-multilingua/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/#post-4489469)
 * Hi,
    the plugin try to hook the filter “load_textdomain_mofile” for know where
   the theme store “.po” files, otherwise print message “…doesn’t support localization,
   cannot be translated…”
 * In next update, if detecting fails, I’ll allow the user to choose the path where
   the “.po” and “.mo” files…
 *  Thread Starter [xanathon](https://wordpress.org/support/users/xanathon/)
 * (@xanathon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/#post-4489473)
 * Thanks for the info.
 * The theme has a .po file in the theme directory. Where does Ceceppa look for 
   it? I could for example crate a subfolder and copy the .po file there.
 *  Thread Starter [xanathon](https://wordpress.org/support/users/xanathon/)
 * (@xanathon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/#post-4489523)
 * okay, I did this:
 * in the theme’s functions.php I added:
 *     ```
       add_action( 'after_setup_theme', 'retro_load_language' );
   
       function retro_load_language()
       {
           load_theme_textdomain(
               'retro',
               get_template_directory() . '/languages'
           );
       }
       ```
   
 * in the theme’s style.css I added to the header:
 *     ```
       Textdomain: retro
       Domain Path: /languages
       ```
   
 * That seems to work, I now can translate the theme in Ceceppa.
 *  Thread Starter [xanathon](https://wordpress.org/support/users/xanathon/)
 * (@xanathon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/#post-4489524)
 * Nope does not work. The already existing en_US.po is ignored and overwritten.
 *  Thread Starter [xanathon](https://wordpress.org/support/users/xanathon/)
 * (@xanathon)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/#post-4489526)
 * Actually it does work, but the po-file created by Ceceppa is way smaller than
   the original file provieded with the theme.
 *  Plugin Author [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * (@ceceppa)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/#post-4489599)
 * Hi,
    now the plugin load translation from “.mo”, not from “.po”…
 * I’ll try to do some test with original .po file and my created .mo file to see
   the differences 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Current theme … doesn't support localization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ceceppa-multilingua_4faedb.svg)
 * [Ceceppa Multilingua](https://wordpress.org/plugins/ceceppa-multilingua/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ceceppa-multilingua/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ceceppa-multilingua/)
 * [Active Topics](https://wordpress.org/support/plugin/ceceppa-multilingua/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ceceppa-multilingua/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ceceppa-multilingua/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Alessandro Senese aka Ceceppa](https://wordpress.org/support/users/ceceppa/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/current-theme-doesnt-support-localiza/#post-4489599)
 * Status: not resolved