Title: Language
Last modified: August 20, 2016

---

# Language

 *  Resolved [Wida](https://wordpress.org/support/users/wida/)
 * (@wida)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/)
 * Hi, and thank for such a good plugin. Very nice.
 * How do i change the language? I know how to make a .po and .mo-file but where
   do i have to put the translations?
 * Thank you!
 * [http://wordpress.org/extend/plugins/woocommerce-menu-bar-cart/](http://wordpress.org/extend/plugins/woocommerce-menu-bar-cart/)

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

 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503085)
 * Hi Wida, glad you like this! Thanks for the review.
 * Right now you have to manually add the language yourself. It should look something
   like the following with the current plugin setup:
 *     ```
       add_action( 'plugins_loaded', 'languages' );
       function languages() {
       		load_plugin_textdomain( 'wc_menucart', false, dirname( plugin_basename( __FILE__ ) ) );
           }
       ```
   
 * The release that’s coming out in the next week or so will have a much more streamlined
   process for this. What language are you translating this into? Would you be willing
   to send me your .po and .mo file so I can add them to the next release?
 *  Thread Starter [Wida](https://wordpress.org/support/users/wida/)
 * (@wida)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503100)
 * Hi. I’m translating it into danish. If i get it to work i will send you the translation.
   If i do not get it to work i will translate it after the next release, and of
   course send it to you.
 * Thank you, i will try it.
 *  Thread Starter [Wida](https://wordpress.org/support/users/wida/)
 * (@wida)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503118)
 * Hi again, i have translated your plugin. Where do i have to put the .po and .
   mo files to get the translation show up? I will send you the files when your 
   site is up.
 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503159)
 * Hi Wida! I completely missed this message, sorry! Insert the function I pasted
   above, and copy the files into the plugin folder. You’ll probably want to use
   an FTP client. Go to yourwebsite.com/wp-content/plugins/ and copy the files into
   the woocommerce-menu-bar-cart folder
 * Let me know if that works!
 *  Thread Starter [Wida](https://wordpress.org/support/users/wida/)
 * (@wida)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503160)
 * I have tried that but didn’t work, the language didnt change. Which email should
   i use to send you the translations?
 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503164)
 * Send them to [support@wpovernight.com](https://wordpress.org/support/topic/language-34/support@wpovernight.com?output_format=md).
   The next release of the plugin is big and will hopefully be coming in the next
   few days. I’ll include your translation files.
 *  Plugin Contributor [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * (@jprummer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503179)
 * Version 2.0 has your language included. Please let me know if it works!

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

The topic ‘Language’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-menu-bar-cart/assets/icon-256x256.png?rev=2190481)
 * [Menu Cart for WooCommerce](https://wordpress.org/plugins/woocommerce-menu-bar-cart/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-menu-bar-cart/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Jeremiah](https://wordpress.org/support/users/jprummer/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/language-34/#post-3503179)
 * Status: resolved