Checking current language in a function

I am running WordPress with “WPML Multilingual CMS”, so that it has multiple language versions.

In a function used with add_action('template_redirect',<functionname>), I need to find out what the current language is.

Read More

What should I call?

Related posts

Leave a Reply

2 comments

  1. I have no experience with the plugin whatsoever, but from a quick scout of their site, it looks like:

    ICL_LANGUAGE_CODE
    

    will give you the current language. Worth a try, anyway!