Title: WPML support
Last modified: November 29, 2018

---

# WPML support

 *  Resolved [Leandro](https://wordpress.org/support/users/leandroprz/)
 * (@leandroprz)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/wpml-support-99/)
 * Hi,
 * Are there any plans to add WPML compatibility to WooPrice Calculator?

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

 *  Plugin Author [Altos](https://wordpress.org/support/users/sefin/)
 * (@sefin)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/wpml-support-99/#post-10933243)
 * Actually no. Because we have our own system of translation.
    You can configure
   it.
 * You can translate product fields, labels, drop-down items and fields.
 * To translate a language just create or edit a file (e.g: “en_US.php”, “fr_FR.
   php”, “it_IT.php”) in: “/wp-content/uploads/woo-price-calculator/translations”
 * EX.
    For example “en_US.php”:
 *     ```
       <?php
       return array(
       	'height' => 'Height',
       	'width' => 'Width',
       );
       ```
   
 * For example “it_IT.php”:
 *     ```
       <?php
       return array(
       	'height' => 'Altezza',
       	'width' => 'Larghezza',
       );
       ```
   
 * Let us know if this solves your issue.
 *  Thread Starter [Leandro](https://wordpress.org/support/users/leandroprz/)
 * (@leandroprz)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/wpml-support-99/#post-10933587)
 * That worked perfectly. Thank you!

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

The topic ‘WPML support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-price-calculator_cbcbcc.svg)
 * [WooPrice Calculator](https://wordpress.org/plugins/woo-price-calculator/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-price-calculator/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-price-calculator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-price-calculator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-price-calculator/reviews/)

## Tags

 * [multi-language](https://wordpress.org/support/topic-tag/multi-language/)

 * 2 replies
 * 2 participants
 * Last reply from: [Leandro](https://wordpress.org/support/users/leandroprz/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/wpml-support-99/#post-10933587)
 * Status: resolved