Title: Title translation
Last modified: June 17, 2020

---

# Title translation

 *  [Artjom](https://wordpress.org/support/users/fakimb/)
 * (@fakimb)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/title-translation-2/)
 * Can anyone explain how can I translate shipping method title?
 * “You can use the filter wps_settings_data with the key title to create a custom
   valid translation for the title.” Great to know, but is there any examples for
   average users how to implement this

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

 *  Plugin Author [Keylor Mendoza](https://wordpress.org/support/users/keylorcr/)
 * (@keylorcr)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/title-translation-2/#post-13009483)
 * Hey [@fakimb](https://wordpress.org/support/users/fakimb/)
 * Maybe this snippet might be helpful for you. This code will edit the shipping
   label and also the store dropdown title (Local Pickup)
 *     ```
       function kmchild_wps_shipping_title($title) {
       	return 'My custom label';
       }
       add_filter('wps_shipping_method_label', 'kmchild_wps_shipping_title');
       add_filter('wps_store_checkout_label', 'kmchild_wps_shipping_title');
       ```
   
 * Let me know if it works for you
 * Regards.
 *  [Jan Vašák](https://wordpress.org/support/users/wacki/)
 * (@wacki)
 * [6 years ago](https://wordpress.org/support/topic/title-translation-2/#post-13178759)
 * Hi, your code is working on front-end. But when email is sent to customer, contain
   title in original language. How can I fix this?
 *  [madmax4ever](https://wordpress.org/support/users/madmax4ever/)
 * (@madmax4ever)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/title-translation-2/#post-13279719)
 * I noticed the same.
    For the time being I created a translation in my language
   and changed the title to fit to my needs inside it…
 *  [Jan Vašák](https://wordpress.org/support/users/wacki/)
 * (@wacki)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/title-translation-2/#post-13279952)
 * [@madmax4ever](https://wordpress.org/support/users/madmax4ever/) can you explain
   it little more, please? Thanks.
 *  [madmax4ever](https://wordpress.org/support/users/madmax4ever/)
 * (@madmax4ever)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/title-translation-2/#post-13300642)
 * On the setting page, for the “Shipping Method Title”, I set my own label, in 
   French. But looking at the mail, I saw I did not get it.
    Thus I looked into 
   the files and saw that if creating a french translation, I could get the label
   I wanted by translating the “Pickup Store” entry. You’ll be able to do so with
   a translation plugin (you’ll find them easily on this site). Hope it helps.

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

The topic ‘Title translation’ is closed to new replies.

 * ![](https://ps.w.org/wc-pickup-store/assets/icon-256x256.jpg?rev=2011755)
 * [WC Pickup Store](https://wordpress.org/plugins/wc-pickup-store/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-pickup-store/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-pickup-store/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-pickup-store/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-pickup-store/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-pickup-store/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [madmax4ever](https://wordpress.org/support/users/madmax4ever/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/title-translation-2/#post-13300642)
 * Status: not resolved