Title: different language
Last modified: August 30, 2016

---

# different language

 *  Resolved [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/)
 * Hi, Is there a way to change the language here?
 * `Posted on 14/12/2015 at 14:15`
 * Thanks!
 * [https://wordpress.org/plugins/feedzy-rss-feeds/](https://wordpress.org/plugins/feedzy-rss-feeds/)

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

 *  [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/#post-6849824)
 * Hi,
    **FEEDZY RSS Feeds** is translatable ready and already translated into 6
   languages :
    - English
    - French
    - Serbian
    - Japanese
    - German
    - Spanish
 * If you want to add you own translation, I suggested to use [Loco Translate](https://wordpress.org/plugins/loco-translate/).
 * Feel free to [send me your](http://b-website.com/contact) translation when it
   will be done 🙂
 * Best,
 *  Thread Starter [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/#post-6849846)
 * Another plugin for 3 words? 🙂 Is it not doable through a function?
 *  [TheArcturian](https://wordpress.org/support/users/thearcturian/)
 * (@thearcturian)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/#post-6849872)
 * If Brice could supply the english language files (as I cannot see them in the/
   lang folder), it would be very easy to update the “Posted on” and “at” through
   the application Poedit.
 * Install Poedit:
    [http://poedit.net/](http://poedit.net/)
 * Open the *.po file, search for the word you want to change.
    Do your changes 
   and save. Select File, Compile to .MO Rename the 2 files to your language. Ex:
   lang_en_US.mo to lang_nb_NO.mo Upload the new files and you’re done.
 * Do it a couple of times and you’ll find it very easy to do. We just need Brice’s
   english language file to search for the “Posted on” phrase.
 *  [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/#post-6849885)
 * Guys,
    Since WordPress default plugin language is english, there is no English
   translation file for this language in my plugin. If you really need to translate
   this three words, you can use the following function (paste it in your functions.
   php file):
 *     ```
       function bweb_feedzy_meta_translation( $content ) {
           $content = str_replace( 'Posted on ', 'YOUR TRANSLATION ', $content );
           $content = str_replace( ' at ', ' YOUR TRANSLATION ', $content );
           return $content;
       }
       add_filter( 'feedzy_meta_output', 'bweb_feedzy_meta_translation', 9 );
       ```
   
 * (Didn’t tried it, but it should work)
 * Cheers
 *  Thread Starter [seedu](https://wordpress.org/support/users/seedu/)
 * (@seedu)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/#post-6849889)
 * It works. Cheers! 🙂
 *  [TheArcturian](https://wordpress.org/support/users/thearcturian/)
 * (@thearcturian)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/#post-6849947)
 * Thanks Brice!

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

The topic ‘different language’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [TheArcturian](https://wordpress.org/support/users/thearcturian/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/different-language-9/#post-6849947)
 * Status: resolved