=== Black Studio WPML Javascript Redirect ===
Contributors: marcochiesi, thedarkmist
Donate link: http://www.blackstudio.it/en/wordpress-plugins/black-studio-wpml-javascript-redirect/
Tags: wpml, language, javascript, js, redirect, redirection, automatic, detection, browser, cache, caching
Requires at least: 3.0
Tested up to: 3.4
Stable tag: 0.2
License: GPLv2 or later

Automatic javascript redirection based on user's browser language for WPML-powered sites (it works with caching plugins too)

== Description ==

This plugin requires the [WPML](http://wpml.org) plugin to be installed and active. WPML comes with a native redirection feature based on browser language detection, but it doesn't work if you are using a caching plugin like [W3 Total Cache](http://wordpress.org/extend/plugins/w3-total-cache/) or [WP Super Cache](http://wordpress.org/extend/plugins/wp-super-cache/), because the language detection and redirection is made at PHP level, and when serving cached pages that code is not executed at all.
This plugin is a workaround for this limitation, as it implements language redirection through javascript, so it can work even in presence of caching plugins.

Note: This is a BETA release, but you can safely try it, since the plugin only adds a javascript behavior and it doesn't change the contents of your site in any way. If you encounter any issues please report them in the [support forum](http://wordpress.org/support/plugin/black-studio-wpml-javascript-redirect). 

= Links =

* [Plugin's web page](http://www.blackstudio.it/en/wordpress-plugins/black-studio-wpml-javascript-redirect/)
* [Support forum](http://wordpress.org/support/plugin/black-studio-wpml-javascript-redirect)
* [Follow us on Twitter](https://twitter.com/blackstudioita)

== Installation ==

This section describes how to install and use the plugin.

1. Install automatically through the `Plugins` menu and `Add New` button (or upload the entire `black-studio-wpml-javascript-redirect` folder to the `/wp-content/plugins/` directory)
2. Activate the plugin
3. This plugin has no options, it only modifies the behavior of navigation dropdown menus

== Frequently Asked Questions ==

= The plugin doesn't work as expected =

Please post a message in the [Support forum](http://wordpress.org/support/plugin/black-studio-wpml-javascript-redirect), providing the following information:

* Description of the problem and steps to reproduce it
* Error messages if any
* Browser / OS in use
* Wordpress version in use
* Wordpress theme in use
* List of other Wordpress plugins installed

== Changelog ==

= 0.2 =
* First beta release