You are here

README.txt in Language Cookie 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 7.2 README.txt
CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Usage
 * Support
 * Compatibility
 * Authors
 * Sponsors


INTRODUCTION
------------

Adds an extra "Cookie" field to the Language Negotiation settings, allowing the
language to be set according to a cookie.

The cookie name & expiration date are configurable in the settings page.


USAGE
------

- Enable the module and go to: Administration » Configuration » Regional and
  language » Languages
- Enable "Cookie" detection method and re-arrange it as you see fit. Recommended
  setup is: URL -> Session -> Cookie
- For the cookie to be set properly on cached pages, the variable
  "page_cache_invoke_hooks" has to be set to TRUE.
  This can be done by adding the following line to your settings.php file:
  $conf['page_cache_invoke_hooks'] = TRUE;


SUPPORT
-------

If you find a bug or have a feature request please file an issue:

http://drupal.org/node/add/project-issue/language_cookie


COMPATIBILITY
-------------

A lot of work has gone into ensuring maximum compatibility with other contrib
modules. If you find a bug please use the issue tracker for support. Thanks!


AUTHORS
--------

* Alex Weber (alexweber)
  http://drupal.org/user/850856 & http://www.alexweber.com.br


SPONSORS
---------

This project is made possible by Webdrop (http://webdrop.net.br)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Usage
  5. * Support
  6. * Compatibility
  7. * Authors
  8. * Sponsors
  9. INTRODUCTION
  10. ------------
  11. Adds an extra "Cookie" field to the Language Negotiation settings, allowing the
  12. language to be set according to a cookie.
  13. The cookie name & expiration date are configurable in the settings page.
  14. USAGE
  15. ------
  16. - Enable the module and go to: Administration » Configuration » Regional and
  17. language » Languages
  18. - Enable "Cookie" detection method and re-arrange it as you see fit. Recommended
  19. setup is: URL -> Session -> Cookie
  20. - For the cookie to be set properly on cached pages, the variable
  21. "page_cache_invoke_hooks" has to be set to TRUE.
  22. This can be done by adding the following line to your settings.php file:
  23. $conf['page_cache_invoke_hooks'] = TRUE;
  24. SUPPORT
  25. -------
  26. If you find a bug or have a feature request please file an issue:
  27. http://drupal.org/node/add/project-issue/language_cookie
  28. COMPATIBILITY
  29. -------------
  30. A lot of work has gone into ensuring maximum compatibility with other contrib
  31. modules. If you find a bug please use the issue tracker for support. Thanks!
  32. AUTHORS
  33. --------
  34. * Alex Weber (alexweber)
  35. http://drupal.org/user/850856 & http://www.alexweber.com.br
  36. SPONSORS
  37. ---------
  38. This project is made possible by Webdrop (http://webdrop.net.br)