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.
What should I call?
2 Answers
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!