Title: Polylang
Last modified: March 22, 2019

---

# Polylang

 *  Resolved [igorandre](https://wordpress.org/support/users/igorandre/)
 * (@igorandre)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/polylang-52/)
 * Hi, i installed this plugin and I do not see any translation option in the polylang
   strings. Can you help me?

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

 *  Plugin Author [Aert](https://wordpress.org/support/users/aahulsebos/)
 * (@aahulsebos)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/polylang-52/#post-11343872)
 * Hi [@igorandre](https://wordpress.org/support/users/igorandre/),
 * Maybe this article will help: [https://complianz.io/how-to-translate-legal-documents-to-your-own-language/](https://complianz.io/how-to-translate-legal-documents-to-your-own-language/),
 * Let me know if you need anymore help,
 * Regards Aert
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/polylang-52/#post-11350227)
 * As described in the article Aert posted, you can add this filter. This will be
   part of the free plugin as of 3.0.0, released in 2-3 weeks.
 *     ```
       function cmplzf_register_translation($fieldname, $string)
       {
           //polylang
           if (function_exists("pll_register_string")) {
               pll_register_string($fieldname, $string, 'complianz');
           }
   
           //wpml
           if (function_exists('icl_register_string')) {
               icl_register_string('complianz', $fieldname, $string);
           }
   
           do_action('wpml_register_single_string', 'complianz', $fieldname, $string);
       }
       add_action('cmplz_register_translation', 'cmplzf_register_translation', 10, 2);
       ```
   
 *  Thread Starter [igorandre](https://wordpress.org/support/users/igorandre/)
 * (@igorandre)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/polylang-52/#post-11359730)
 * Where do I have to add such a filter? I have tried plugin and theme functions.
   php but it doesn’t work for me.
 * Best Regards!
    -  This reply was modified 7 years, 3 months ago by [igorandre](https://wordpress.org/support/users/igorandre/).
      Reason: Not Works!

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

The topic ‘Polylang’ is closed to new replies.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [igorandre](https://wordpress.org/support/users/igorandre/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/polylang-52/#post-11359730)
 * Status: resolved