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?
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?
You must be logged in to post a comment.
I have no experience with the plugin whatsoever, but from a quick scout of their site, it looks like:
will give you the current language. Worth a try, anyway!
Try this one, it worked very fine with me.