Title: WPML integration
Last modified: August 20, 2016

---

# WPML integration

 *  [Mariusz Szatkowski](https://wordpress.org/support/users/motylanogha/)
 * (@motylanogha)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wpml-integration-2/)
 * Hi!
    Thanks for the plugin. Will it work with WPML – possibility to add a translation
   to proper language version.
 * 😉
 * [http://wordpress.org/extend/plugins/cookie-law-info/](http://wordpress.org/extend/plugins/cookie-law-info/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/wpml-integration-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wpml-integration-2/page/2/?output_format=md)

 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597869)
 * Hi, glad you like it 🙂 Unfortunately it’s not currently set up for that. I do
   plan on implementing it at some point but I have such little spare time these
   days that I can’t see it happening any time soon. If you are a developer and 
   fancy helping out drop me a line via [http://www.cookielawinfo.com](http://www.cookielawinfo.com)
   as it’d be good to collaborate on such a solution. I’d happily translate it into
   Spanish, and I’ve had offers to translate it into Dutch.
 * Thanks,
    Richard
 *  Thread Starter [Mariusz Szatkowski](https://wordpress.org/support/users/motylanogha/)
 * (@motylanogha)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597870)
 * Hi Richard
    Thank for your answer. I reckon wpml woul read the .po/.mo files 
   with the translation of your plugin when it detects browser language version.
 * I can translate it to polish if would like.
 * Drop me a line.
 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597878)
 * Hi Mariusz
 * The underlying code would need to be changed to support translation, that’s the
   bit I need to do first. Would you like to help work on that? After that then 
   it needs to be translated into the .po / .mo files.
 * I don’t have your email address but if you’d like to work on this with me then
   drop me a line via the contact form on [http://www.cookielawinfo.com](http://www.cookielawinfo.com)
 * Thanks
 *  [fiterix](https://wordpress.org/support/users/fiterix/)
 * (@fiterix)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597908)
 * is there any news about plugin compatibility with WPML? 🙂
 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597909)
 * Hi fiterix, unfortunately I don’t have time to work on this particular feature
   so there are no updates planned unless anybody would like to assist with the 
   development. If so please contact me via [http://www.cookielawinfo.com](http://www.cookielawinfo.com).
   Thanks!
 *  [vovonep](https://wordpress.org/support/users/vovonep/)
 * (@vovonep)
 * [13 years ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597914)
 * I see you are working on a new release. WIll WPML support be added in the new
   version?
 * Maybe the WPML (support)team is able to help you out with it, I understand they
   are very willing to make plugins and themes WPML compatible.
 *  [Ash](https://wordpress.org/support/users/ashbryant/)
 * (@ashbryant)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597920)
 * I would also like to see this added to the plugin, which is great by the way 
   😉
 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597921)
 * Hi- I’d definitely like to add this feature, but I’m looking to work with somebody
   on this- ideally somebody who’s done it before. It requires PHP skills rather
   than the actual translation. If that’s you then please get in touch via [http://www.cookielawinfo.com/contact/](http://www.cookielawinfo.com/contact/)
 * Thanks 🙂
 *  Moderator [Francisco Torres](https://wordpress.org/support/users/frantorres/)
 * (@frantorres)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597923)
 * Hi!
 * A fast-way to make the plugin compatible with WPML is adding a wpml-config.xml
   file in the plugin root directory containing:
 *     ```
       <wpml-config>
       	<admin-texts>
       	        <key name="CookieLawInfo-0.9">
                               <key name="notify_message" />
                               <key name="button_1_text" />
                               <key name="button_1_url" />
                               <key name="button_2_text" />
                               <key name="button_2_url" />
                               <key name="showagain_text" />
                       </key>
       	</admin-texts>
       </wpml-config>
       ```
   
 * That just tell what arrays that this plugin store in the database should be translated,
   after that you can just edit those arrays via “WPML String Translation” plugin
   😉
 *  [Richard](https://wordpress.org/support/users/richardashby/)
 * (@richardashby)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597924)
 * Hi Francisco,
 * Thanks very much for posting the solution, that’s great 🙂 I’ll see what I can
   do to incorporate this into a future release and will of course credit you with
   the solution.
 * All the best
    Richard
 *  [marco.tsitselis](https://wordpress.org/support/users/marcotsitselis/)
 * (@marcotsitselis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597929)
 * Hello Francisco Torres
 * I would like to implement your “resolution” to use spanish and english version
   of the plugin..
 * What I could do exactly?
 * Thanks in advance, MT
 *  [marco.tsitselis](https://wordpress.org/support/users/marcotsitselis/)
 * (@marcotsitselis)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597930)
 * I have created and uploaded wpml-config.xml
    I have installed WPML String Translation
 * but I can’t translate the “Cookie Law Info” message 🙁
 *  [MercedesWPML](https://wordpress.org/support/users/mercedeswpml/)
 * (@mercedeswpml)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597931)
 * Hi,
    this is Mercedes, from WPML. We are interested in the compatibility too.
   [@richard](https://wordpress.org/support/users/richard/), would you like to add
   the wpml config file.xml file and then send it over to me. We will then confirm
   the compatibility and announce it to our users too.
 * Can you please drop me a line back?
    Thanks!
 *  [retroriff](https://wordpress.org/support/users/retroriff/)
 * (@retroriff)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597936)
 * The solution of Francisco Torres is good to get the translations, but the translated
   message is not shown yet.
 * I am also very interested in this translation.
 *  [Dominykas](https://wordpress.org/support/users/dominykasgel/)
 * (@dominykasgel)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpml-integration-2/#post-3597937)
 * Hi Retroriff,
 * I just checked wpml-config.xml uploaded by Francisco Torres and it works fine.
   All translations appears in a second language.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/wpml-integration-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wpml-integration-2/page/2/?output_format=md)

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

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

 * 19 replies
 * 11 participants
 * Last reply from: [MercedesWPML](https://wordpress.org/support/users/mercedeswpml/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/wpml-integration-2/page/2/#post-3597941)
 * Status: not a support question