Title: Header cart link &#8211; localisation
Last modified: August 21, 2016

---

# Header cart link – localisation

 *  [dusset](https://wordpress.org/support/users/dusset/)
 * (@dusset)
 * [12 years ago](https://wordpress.org/support/topic/header-cart-link-localisation/)
 * Hello,
    I am using WooCommerce together with the Memorable theme with the Header
   Cart Link feature enabled (cart displays in my primary navigation).
 * I am using the Slovak localisation for woo commerce, however the “item; items”
   text in the menu stays in english. I have tried changing it in the theme-woocommece.
   php:
    `<a class="cart-contents" href="<?php echo $woocommerce->cart->get_cart_url();?
   >" title="<?php _e('Košík', 'woothemes'); ?>"><span class="count"><?php echo 
   sprintf( _n('<span>%d</span> item', '<span>%d</span> items', $woocommerce->cart-
   >cart_contents_count, 'woothemes' ), $woocommerce->cart->cart_contents_count );?
   ></span></a>` However changing it there did nothing. I also tried the Codestyling
   Localization plugin where I tracked down the %d item, but even after changing
   it there it stayed in english.
 * Any ideas what could be the problem and how to translate the item / items in 
   the header navigation, please?
 * Thank you, any help is very appreciated!
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

The topic ‘Header cart link – localisation’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [cart](https://wordpress.org/support/topic-tag/cart/)
 * [Localization](https://wordpress.org/support/topic-tag/localization/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 0 replies
 * 1 participant
 * Last reply from: [dusset](https://wordpress.org/support/users/dusset/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/header-cart-link-localisation/)
 * Status: not resolved