Title: Polylang wpml_lang variable
Last modified: December 22, 2021

---

# Polylang wpml_lang variable

 *  Resolved [stormymondays](https://wordpress.org/support/users/stormymondays/)
 * (@stormymondays)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/polylang-wpml_lang-variable/)
 * My site uses Polylang, the default options work correctly out of the box. I’ve
   been following the documentation in order to output some language-specific scripts.
 * The problem is the content of this variable:
    `if ( $wpml_lang === 'es' )`
 * On my install, the values are “_es” for Spanish and “_en” for English. I don’t
   know if this is due to using Polylang or something else?

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

 *  Plugin Author [Moove Agency](https://wordpress.org/support/users/mooveagency/)
 * (@mooveagency)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/polylang-wpml_lang-variable/#post-15190988)
 * Hi [@stormymondays](https://wordpress.org/support/users/stormymondays/)
 * Thanks for using our plugins.
 * If the variables are different to default, did you try to edit the condition 
   to match your language values?
 * `if ( $wpml_lang === '_es' )`
 *  Thread Starter [stormymondays](https://wordpress.org/support/users/stormymondays/)
 * (@stormymondays)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/polylang-wpml_lang-variable/#post-15192218)
 * Yes, thanks. Editing the condition works, but I was wondering if it’s expected
   for the variables to be different from the documentation.

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

The topic ‘Polylang wpml_lang variable’ is closed to new replies.

 * ![](https://ps.w.org/gdpr-cookie-compliance/assets/icon-256x256.png?rev=2376316)
 * [GDPR Cookie Compliance - Cookie Banner, Cookie Consent, Cookie Notice for CCPA, EU Cookie Law](https://wordpress.org/plugins/gdpr-cookie-compliance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gdpr-cookie-compliance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gdpr-cookie-compliance/)
 * [Active Topics](https://wordpress.org/support/plugin/gdpr-cookie-compliance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gdpr-cookie-compliance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gdpr-cookie-compliance/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [stormymondays](https://wordpress.org/support/users/stormymondays/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/polylang-wpml_lang-variable/#post-15192218)
 * Status: resolved